r5111 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 26 15:44:46 EST 2008


Author: div0
Date: 2008-11-26 15:44:45 -0500 (Wed, 26 Nov 2008)
New Revision: 5111

Modified:
   trunk/data/qcsrc/server/scores.qc
Log:
more debug (will remove it later)


Modified: trunk/data/qcsrc/server/scores.qc
===================================================================
--- trunk/data/qcsrc/server/scores.qc	2008-11-26 20:27:53 UTC (rev 5110)
+++ trunk/data/qcsrc/server/scores.qc	2008-11-26 20:44:45 UTC (rev 5111)
@@ -594,6 +594,9 @@
 {
 	entity p, plist, pprev, pbest, pbestprev, pfirst, plast;
 	float i;
+
+	Score_NicePrint(world);
+
 	plist = world;
 
 	FOR_EACH_CLIENT(p)




More information about the nexuiz-commits mailing list