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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 25 12:06:18 EST 2010


Author: div0
Date: 2010-01-25 12:06:07 -0500 (Mon, 25 Jan 2010)
New Revision: 8556

Modified:
   trunk/data/qcsrc/server/cheats.qc
Log:
"give all"

Modified: trunk/data/qcsrc/server/cheats.qc
===================================================================
--- trunk/data/qcsrc/server/cheats.qc	2010-01-25 17:05:43 UTC (rev 8555)
+++ trunk/data/qcsrc/server/cheats.qc	2010-01-25 17:06:07 UTC (rev 8556)
@@ -616,7 +616,8 @@
 			}
 			break;
 		case "give":
-			// TODO
+			if(argv(1) == "all")
+				return CheatImpulse(99); // not gonna duplicate this
 			break;
 	}
 	return 0;



More information about the nexuiz-commits mailing list