mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
HUD: fix updating after intermission
This commit is contained in:
@ -508,6 +508,7 @@ set_perks()
|
||||
|
||||
health_bar_hud()
|
||||
{
|
||||
level endon("intermission");
|
||||
self endon("disconnect");
|
||||
|
||||
flag_wait("hud_visible");
|
||||
@ -821,6 +822,7 @@ set_time_frozen_on_end_game()
|
||||
|
||||
zone_name_hud()
|
||||
{
|
||||
level endon("intermission");
|
||||
self endon("disconnect");
|
||||
|
||||
flag_wait("hud_visible");
|
||||
|
Reference in New Issue
Block a user