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:
@ -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" ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user