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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 13 09:31:38 EST 2010


Author: fruitiex
Date: 2010-02-13 09:31:38 -0500 (Sat, 13 Feb 2010)
New Revision: 8643

Modified:
   trunk/data/qcsrc/server/gamecommand.qc
Log:
commit some changes from the nexrun branch (lsnewmaps, fixed records
command)

Modified: trunk/data/qcsrc/server/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/server/gamecommand.qc	2010-02-13 14:31:34 UTC (rev 8642)
+++ trunk/data/qcsrc/server/gamecommand.qc	2010-02-13 14:31:38 UTC (rev 8643)
@@ -920,8 +920,6 @@
 	}
 	if (argv(0) == "records")
 	{
-		//strunzone(records_reply);
-		//records_reply = strzone(getrecords()); // these should be cached at worldspawn, right?
 		for (i = 0; i < 10; ++i)
 			print(records_reply[i]);
 		return;



More information about the nexuiz-commits mailing list