mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-30 17:10:13 -05:00
Search & Rezurrect: fix alive player count HUD not being updated on team change
This commit is contained in:
@ -479,6 +479,17 @@ set_team(team)
|
||||
|
||||
self.head_icon = self head_icon_create();
|
||||
}
|
||||
|
||||
if (level.scr_zm_ui_gametype_obj == "zsnr" && flag("initial_blackscreen_passed"))
|
||||
{
|
||||
foreach (team in level.teams)
|
||||
{
|
||||
if (isDefined(level.grief_score_hud_set_player_count_func))
|
||||
{
|
||||
[[level.grief_score_hud_set_player_count_func]](team);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
head_icon_create()
|
||||
|
Reference in New Issue
Block a user