r4966 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 1 09:32:53 EDT 2008


Author: div0
Date: 2008-11-01 09:32:53 -0400 (Sat, 01 Nov 2008)
New Revision: 4966

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
remove stupid spam :P


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2008-11-01 13:28:10 UTC (rev 4965)
+++ trunk/data/qcsrc/server/cl_client.qc	2008-11-01 13:32:53 UTC (rev 4966)
@@ -551,8 +551,9 @@
 
 	if(self.modelindex == 0)
 	{
-		bprint("\{1}^1Player ", self.netname, "^1 has a zero modelindex, trying to fix...\n");
-		self.model = "INVALID"; // force the != checks to return true
+		if(self.model != "")
+			bprint("\{1}^1Player ", self.netname, "^1 has a zero modelindex, trying to fix...\n");
+		self.model = ""; // force the != checks to return true
 	}
 
 	if(defaultmodel != "")




More information about the nexuiz-commits mailing list