Skip to content

Commit

Permalink
Tweak(Weapon.h): Pistol Clip 1 ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Hxrv3y committed Jul 4, 2023
1 parent f6db60d commit 82cdecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cWeapon.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ class cWeapon
"COMPONENT_AT_MUZZLE_07",
"COMPONENT_PISTOL50_CLIP_01",
"COMPONENT_PISTOL50_CLIP_02",
"COMPONENT_PISTOL_CLIP_01",
"COMPONENT_PISTOL_CLIP_02",
"COMPONENT_PRECISIONRIFLE_CLIP_01",
"COMPONENT_PUMPSHOTGUN_CLIP_01",
Expand All @@ -341,7 +342,6 @@ class cWeapon
"COMPONENT_SPECIALCARBINE_CLIP_02",
"COMPONENT_SNSPISTOL_CLIP_01",
"COMPONENT_SNSPISTOL_CLIP_02",
"COMPONENT_PISTOL_CLIP_01",
"COMPONENT_TECPISTOL_CLIP_01",
"COMPONENT_TECPISTOL_CLIP_02",
};
Expand Down

0 comments on commit 82cdecd

Please sign in to comment.