1
0
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:
Jbleezy
2023-12-19 20:55:54 -08:00
parent 6be111a628
commit abde6731b6

View File

@ -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;