r6067 - trunk/data/qcsrc/common

esteel at icculus.org esteel at icculus.org
Fri Mar 6 15:04:11 EST 2009


Author: esteel
Date: 2009-03-06 15:04:09 -0500 (Fri, 06 Mar 2009)
New Revision: 6067

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
add 'addtolist' to 'qc_cmd help'


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-03-06 15:34:17 UTC (rev 6066)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-03-06 20:04:09 UTC (rev 6067)
@@ -81,6 +81,7 @@
 		print("  maplist remove map\n");
 		print("  maplist shuffle\n");
 		print("  maplist cleanup\n");
+		print("  addtolist variable addedvalue\n");
 		return TRUE;
 	}
 	




More information about the nexuiz-commits mailing list