1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-18 02:58:13 -05:00

Enable invulnerability on end_game

This commit is contained in:
Jbleezy
2023-04-07 22:40:49 -07:00
parent 0cbb3f4b32
commit a077ee6899

View File

@ -1396,6 +1396,7 @@ end_game()
} }
for ( i = 0; i < players.size; i++ ) for ( i = 0; i < players.size; i++ )
{ {
players[ i ] enableInvulnerability();
if ( players[ i ] maps\mp\zombies\_zm_laststand::player_is_in_laststand() ) if ( players[ i ] maps\mp\zombies\_zm_laststand::player_is_in_laststand() )
{ {
players[ i ] recordplayerdeathzombies(); players[ i ] recordplayerdeathzombies();