From f0cb72375e059ceb98f2ef19b18b8738eea30d25 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 19 Jun 2011 17:47:13 +0200 Subject: [PATCH] We don't need timeout countdown string in the MOTD as it's always shown during the timeout as a separate msg --- qcsrc/server/teamplay.qc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index a8d40163a..c5f8988b9 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -496,9 +496,6 @@ string getwelcomemessage(void) if(modifications != "") s = strcat(s, "^8\nactive modifications: ^3", modifications, "^8\n"); - if(timeoutStatus != 0) - s = strcat(s, "\n\n", getTimeoutText(1)); - if (g_grappling_hook) s = strcat(s, "\n\n^3grappling hook^8 is enabled, press 'e' to use it\n"); -- 2.39.2