r5110 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 26 15:27:55 EST 2008


Author: div0
Date: 2008-11-26 15:27:53 -0500 (Wed, 26 Nov 2008)
New Revision: 5110

Modified:
   trunk/data/qcsrc/server/scores.qc
Log:
players still in the wrong order? add a debug print


Modified: trunk/data/qcsrc/server/scores.qc
===================================================================
--- trunk/data/qcsrc/server/scores.qc	2008-11-26 19:23:12 UTC (rev 5109)
+++ trunk/data/qcsrc/server/scores.qc	2008-11-26 20:27:53 UTC (rev 5110)
@@ -630,6 +630,9 @@
 		pbest.chain = world;
 
 		pbest.field = ++i;
+
+		print("DEBUG: place ", ftos(i), " is ", pbest.netname, "\n");
+
 		if not(pfirst)
 			pfirst = pbest;
 		if(plast)




More information about the nexuiz-commits mailing list