r4716 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 10 11:55:56 EDT 2008


Author: div0
Date: 2008-10-10 11:55:56 -0400 (Fri, 10 Oct 2008)
New Revision: 4716

Modified:
   trunk/data/qcsrc/server/waypointsprites.qc
Log:
remove debug print too


Modified: trunk/data/qcsrc/server/waypointsprites.qc
===================================================================
--- trunk/data/qcsrc/server/waypointsprites.qc	2008-10-10 15:55:33 UTC (rev 4715)
+++ trunk/data/qcsrc/server/waypointsprites.qc	2008-10-10 15:55:56 UTC (rev 4716)
@@ -168,9 +168,6 @@
 	WriteCoord(MSG_ENTITY, self.origin_y);
 	WriteCoord(MSG_ENTITY, self.origin_z);
 
-	if(self.model == "key-dropped")
-		print("flags: ", ftos(sendflags), "\n");
-
 	if(sendflags & 1)
 	{
 		WriteByte(MSG_ENTITY, self.team);




More information about the nexuiz-commits mailing list