From: terencehill Date: Sun, 19 Jun 2011 15:47:13 +0000 (+0200) Subject: We don't need timeout countdown string in the MOTD as it's always shown during the... X-Git-Tag: xonotic-v0.5.0~205 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f0cb72375e059ceb98f2ef19b18b8738eea30d25;p=xonotic%2Fxonotic-data.pk3dir.git We don't need timeout countdown string in the MOTD as it's always shown during the timeout as a separate msg --- 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");