r1750 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 9 13:13:50 EDT 2006


Author: div0
Date: 2006-07-09 13:13:50 -0400 (Sun, 09 Jul 2006)
New Revision: 1750

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
empty = evil


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2006-07-09 17:11:51 UTC (rev 1749)
+++ trunk/data/qcsrc/server/clientcommands.qc	2006-07-09 17:13:50 UTC (rev 1750)
@@ -8,6 +8,9 @@
 
 	msgin = formatmessage(msgin);
 
+	if(msgin == "")
+		return;
+
 	if(source.team == COLOR_TEAM1)
 		colorstr = "^1";
 	else if(source.team == COLOR_TEAM2)




More information about the nexuiz-commits mailing list