r5191 - trunk/data/qcsrc/common

esteel at icculus.org esteel at icculus.org
Thu Dec 11 09:48:53 EST 2008


Author: esteel
Date: 2008-12-11 09:48:53 -0500 (Thu, 11 Dec 2008)
New Revision: 5191

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
doh, no time to fix those dependencies right now

Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2008-12-11 14:42:14 UTC (rev 5190)
+++ trunk/data/qcsrc/common/gamecommand.qc	2008-12-11 14:48:53 UTC (rev 5191)
@@ -79,7 +79,6 @@
 		print("  maplist add map\n");
 		print("  maplist remove map\n");
 		print("  maplist shuffle\n");
-		print("  suggestmap map\n");
 		return TRUE;
 	}
 	
@@ -562,8 +561,6 @@
 		}
 		return TRUE;
 #endif
-	} else if(argv(0) == "suggestmap") {
-		sprint(self, strcat(MapVote_Suggest(argv(1)), "\n"));
 	}
 
 	return FALSE;




More information about the nexuiz-commits mailing list