r1749 - branches/nexuiz-2.0/data/qcsrc/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Jul 9 13:11:51 EDT 2006
Author: div0
Date: 2006-07-09 13:11:51 -0400 (Sun, 09 Jul 2006)
New Revision: 1749
Modified:
branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc
Log:
empty = evil
Modified: branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc 2006-07-09 17:04:06 UTC (rev 1748)
+++ branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc 2006-07-09 17:11:51 UTC (rev 1749)
@@ -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