mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Grief: fix enemy bleedout audio
This commit is contained in:
@ -645,7 +645,7 @@ update_players_on_bleedout(excluded_player)
|
||||
|
||||
if(player.team == excluded_player.team)
|
||||
{
|
||||
if(player maps/mp/zombies/_zm_laststand::player_is_in_laststand() || player.sessionstate != "playing")
|
||||
if(player.sessionstate != "playing")
|
||||
{
|
||||
team_downed++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user