[nexuiz-commits] r8410 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 18 16:22:21 EST 2009


Author: div0
Date: 2009-12-18 16:22:21 -0500 (Fri, 18 Dec 2009)
New Revision: 8410

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
remove a debug print


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2009-12-18 21:21:31 UTC (rev 8409)
+++ trunk/data/qcsrc/server/cl_client.qc	2009-12-18 21:22:21 UTC (rev 8410)
@@ -172,7 +172,7 @@
 								pl = 0;
 							if(pl == 0 && !self.race_started)
 								pl = race_highest_place_spawn; // use last place if he has not even touched finish yet
-							print("race started? ", ftos(self.race_started), "\n");
+							//print("race started? ", ftos(self.race_started), "\n");
 							if(spot.race_place != pl)
 								return -1;
 						}



More information about the nexuiz-commits mailing list