mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Fix round timer showing on all game modes
This commit is contained in:
@ -816,6 +816,8 @@ timer_hud()
|
||||
|
||||
round_timer_hud()
|
||||
{
|
||||
flag_wait("hud_visible");
|
||||
|
||||
if (isDefined(level.scr_zm_ui_gametype_obj) && level.scr_zm_ui_gametype_obj != "zsnr")
|
||||
{
|
||||
return;
|
||||
@ -841,8 +843,6 @@ round_timer_hud()
|
||||
|
||||
hud thread set_time_frozen_on_end_game();
|
||||
|
||||
flag_wait("hud_visible");
|
||||
|
||||
if (!getDvarInt("hud_timer"))
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user