From 14ee63276c8f11ba4aab71b41e1ccb007c53a7cf Mon Sep 17 00:00:00 2001 From: z411 Date: Mon, 28 Feb 2022 23:42:28 -0300 Subject: [PATCH] Removed intermission from timer subtext --- qcsrc/client/hud/panel/timer.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/client/hud/panel/timer.qc b/qcsrc/client/hud/panel/timer.qc index b7f2222fc..7a0badd53 100644 --- a/qcsrc/client/hud/panel/timer.qc +++ b/qcsrc/client/hud/panel/timer.qc @@ -131,8 +131,6 @@ void HUD_Timer() if(warmup_stage || autocvar__hud_configure) subtext = _("Warmup"); - else if(intermission_time) - subtext = _("Intermission"); else if(STAT(TIMEOUT_STATUS)) subtext = _("Timeout"); else if (overtimes >= 2) -- 2.39.2