r5016 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 8 11:39:10 EST 2008


Author: div0
Date: 2008-11-08 11:39:10 -0500 (Sat, 08 Nov 2008)
New Revision: 5016

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
get rid of menu_cmd spam


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-11-08 16:35:48 UTC (rev 5015)
+++ trunk/data/defaultNexuiz.cfg	2008-11-08 16:39:10 UTC (rev 5016)
@@ -1,6 +1,8 @@
 // Nexuiz version (formatted for humans)
 set g_nexuizversion 2.4svn
 
+alias menu_sync "" // can't do this yet
+
 // changes a cvar and reports it to the server (for the menu to notify the
 // server about changes)
 alias setreport "set \"$1\" \"$2\" ; sendcvar \"$1\""
@@ -769,11 +771,6 @@
 alias spec "cmd spectate"
 bind F3 spec
 
-// alias for switching the teamselect menu
-alias menu_showteamselect "menu_cmd directmenu TeamSelect"
-alias menu_sync "menu_cmd sync"
-bind f5 menu_showteamselect
-
 // NixNex (No-Items x Nexuiz) - at each time, everyone uses the same weapon,
 // and in regular intervals, this weapon is cycled
 set g_nixnex 0
@@ -1191,3 +1188,9 @@
 set sv_clones 0 // number of clones a player may make (reset by the "kill" command) a04191b92fbd93aa67214ef7e72d6d2e
 
 exec turrets.cfg
+
+// must be at the bottom of this file:
+// alias for switching the teamselect menu
+alias menu_showteamselect "menu_cmd directmenu TeamSelect"
+alias menu_sync "menu_cmd sync"
+bind f5 menu_showteamselect




More information about the nexuiz-commits mailing list