1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-07-07 19:47:59 -05:00

Fixed Error with take_equipment

This commit is contained in:
Cahz
2020-10-11 14:01:49 -07:00
committed by GitHub
parent a559ea69f0
commit fca28cbba5

View File

@ -1313,7 +1313,7 @@ save_afterlife_loadout() //checked changed to match cerberus output
self.loadout.equipment = self get_player_equipment(); self.loadout.equipment = self get_player_equipment();
if ( isDefined( self.loadout.equipment ) ) if ( isDefined( self.loadout.equipment ) )
{ {
self equipment_take( self.loadout.equipment ); self maps/mp/zombies/_zm_equipment::equipment_take( self.loadout.equipment );
} }
if ( self hasweapon( "claymore_zm" ) ) if ( self hasweapon( "claymore_zm" ) )
{ {