From: z411 Date: Tue, 1 Mar 2022 02:42:28 +0000 (-0300) Subject: Removed intermission from timer subtext X-Git-Tag: xonotic-v0.8.5~177^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=14ee63276c8f11ba4aab71b41e1ccb007c53a7cf;p=xonotic%2Fxonotic-data.pk3dir.git Removed intermission from timer subtext --- 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)