mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Fix health bar and zone name HUD not updating when joining mid game
This commit is contained in:
parent
3fab386f4c
commit
2b17d5826e
@ -504,6 +504,8 @@ health_bar_hud()
|
|||||||
level endon("intermission");
|
level endon("intermission");
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
|
wait 0.05;
|
||||||
|
|
||||||
flag_wait("hud_visible");
|
flag_wait("hud_visible");
|
||||||
|
|
||||||
vars = [];
|
vars = [];
|
||||||
@ -811,6 +813,8 @@ zone_name_hud()
|
|||||||
level endon("intermission");
|
level endon("intermission");
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
|
wait 0.05;
|
||||||
|
|
||||||
flag_wait("hud_visible");
|
flag_wait("hud_visible");
|
||||||
|
|
||||||
vars = [];
|
vars = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user