]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
We don't need timeout countdown string in the MOTD as it's always shown during the...
authorterencehill <piuntn@gmail.com>
Sun, 19 Jun 2011 15:47:13 +0000 (17:47 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 19 Jun 2011 15:47:13 +0000 (17:47 +0200)
qcsrc/server/teamplay.qc

index a8d40163a9c68b57b3b706548b7389de63f980e8..c5f8988b94387f795231865cf18464cc8fb38c66 100644 (file)
@@ -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");