From 18ffea535f621e46e8ac003711ac6e2cda9fda3f Mon Sep 17 00:00:00 2001 From: z411 Date: Tue, 21 Dec 2021 21:34:10 -0300 Subject: [PATCH] Fix merge in announcer.qc --- qcsrc/client/announcer.qc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index 04a6db863..44267a92f 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -27,9 +27,6 @@ void Announcer_Countdown(entity this) float roundstarttime = STAT(ROUNDSTARTTIME); bool game_timeout = (STAT(TIMEOUT_LAST) > 0); - bool rounds; - float countdown; - if(roundstarttime == -1 || game_timeout) { Local_Notification(MSG_CENTER, CENTER_COUNTDOWN_ROUNDSTOP); -- 2.39.2