mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-26 07:00:25 -05:00
Containment: don't increment revives on respawn
This commit is contained in:
@ -218,6 +218,7 @@ nuke_powerup( drop_item, player_team )
|
||||
else
|
||||
{
|
||||
players[i] maps/mp/zombies/_zm::spectator_respawn();
|
||||
players[i].revives--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user