Skip to content

Commit

Permalink
fix(weapons): minismg ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rubbertoe98 committed Aug 27, 2022
1 parent ca17bb4 commit 41cb8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cWeapon.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class cWeapon
const char* nativeWeapons[100] = {
"WEAPON_ADVANCEDRIFLE",
"WEAPON_APPISTOL",
"WEAPON_MINISMG",
"WEAPON_ASSAULTRIFLE",
"WEAPON_ASSAULTSHOTGUN",
"WEAPON_ASSAULTSMG",
Expand All @@ -63,6 +62,7 @@ class cWeapon
"WEAPON_HEAVYPISTOL",
"WEAPON_HEAVYSNIPER",
"WEAPON_KNIFE",
"WEAPON_MINISMG",
"WEAPON_MACHETE",
"WEAPON_MARKSMANRIFLE",
"WEAPON_MG",
Expand Down Expand Up @@ -233,7 +233,7 @@ class cWeapon
"COMPONENT_ADVANCEDRIFLE_CLIP_02",
"COMPONENT_APPISTOL_CLIP_01",
"COMPONENT_APPISTOL_CLIP_02",
"COMPONENT_MINISMG_CLIP_01",
"COMPONENT_MINISMG_CLIP_01",
"COMPONENT_ASSAULTRIFLE_CLIP_01",
"COMPONENT_ASSAULTRIFLE_CLIP_02",
"COMPONENT_ASSAULTSHOTGUN_CLIP_01",
Expand Down

0 comments on commit 41cb8a3

Please sign in to comment.