r4965 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 1 09:28:10 EDT 2008


Author: div0
Date: 2008-11-01 09:28:10 -0400 (Sat, 01 Nov 2008)
New Revision: 4965

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
make it noticable


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




More information about the nexuiz-commits mailing list