r3928 - trunk/data/qcsrc/server
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Sat Jul 26 13:28:15 EDT 2008
    
    
  
Author: div0
Date: 2008-07-26 13:28:14 -0400 (Sat, 26 Jul 2008)
New Revision: 3928
Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
remove timelimit/fraglimit from the MOTD (it's a stat anyway)
Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2008-07-26 17:26:02 UTC (rev 3927)
+++ trunk/data/qcsrc/server/teamplay.qc	2008-07-26 17:28:14 UTC (rev 3928)
@@ -517,18 +517,7 @@
 	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);
    
    
More information about the nexuiz-commits
mailing list