Skip to content

Commit

Permalink
Update weapon Gclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Nov 4, 2024
1 parent 07a0b00 commit 98c9b9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ public Player.BaseAnimationOperation Weapon3()
{
if (Item.IsFlareGun)
{
return new GClass1767(this);
return new GClass1768(this);
}
if (Item.IsOneOff)
{
return new GClass1767(this);
return new GClass1770(this);
}
if (Item.ReloadMode == Weapon.EReloadMode.OnlyBarrel)
{
Expand Down

0 comments on commit 98c9b9c

Please sign in to comment.