mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-09 10:27:51 -05:00
_zm_gametype.gsc: Used is_true().
This commit is contained in:
parent
5aae3f6c8f
commit
3ce86fb886
@ -324,7 +324,7 @@ game_module_player_damage_callback( einflictor, eattacker, idamage, idflags, sme
|
|||||||
self.last_damage_from_zombie_or_player = 1;
|
self.last_damage_from_zombie_or_player = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( isDefined( self._being_shellshocked ) || self._being_shellshocked && self maps/mp/zombies/_zm_laststand::player_is_in_laststand() )
|
if ( is_true( self._being_shellshocked ) || self maps/mp/zombies/_zm_laststand::player_is_in_laststand() )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user