This commit is contained in:
cypress 2023-10-29 18:21:55 -04:00
commit ee49f7b1b8

View file

@ -2221,4 +2221,11 @@ void () Weapon_Logic =
self.currentammo = self.weapons[0].weapon_reserve;
self.currentmag = self.weapons[0].weapon_magazine;
self.currentmag2 = self.weapons[0].weapon_magazine_left;
self.weaponskin = self.weapons[0].weapon_skin;
#ifndef FTE
self.weapon2skin = self.weapons[0].weapon_skin;
#endif // FTE
}