From a8cdf0ffb483df416f0781793cbce157e56f4faf Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 26 Jul 2008 17:28:14 +0000 Subject: [PATCH] remove timelimit/fraglimit from the MOTD (it's a stat anyway) git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3928 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/teamplay.qc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/data/qcsrc/server/teamplay.qc b/data/qcsrc/server/teamplay.qc index 993376690..85a1f93da 100644 --- a/data/qcsrc/server/teamplay.qc +++ b/data/qcsrc/server/teamplay.qc @@ -517,18 +517,7 @@ void PrintWelcomeMessage(entity pl) if (cache_motd != "") { s = strcat(s, "\n\n^8MOTD: ^7", cache_motd); } - s = strcat(s, "\n"); - if(cvar("fraglimit")) - { - padding = ""; - if(cvar("timelimit")) - padding = " "; - // " minutes" - s = strcat(s, "\n^8frag limit: ^7", cvar_string("fraglimit"), padding); - } - if(cvar("timelimit")) - s = strcat(s, "\n^8time limit: ^7", cvar_string("timelimit"), " minutes"); centerprint(pl, s); //sprint(pl, s); -- 2.39.2