r3253 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 23 17:39:03 EST 2008


Author: div0
Date: 2008-01-23 17:39:02 -0500 (Wed, 23 Jan 2008)
New Revision: 3253

Modified:
   trunk/data/default.cfg
Log:
add "endmatch" command from PB servers (aliased to timelimit -1)


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2008-01-23 22:24:11 UTC (rev 3252)
+++ trunk/data/default.cfg	2008-01-23 22:39:02 UTC (rev 3253)
@@ -588,7 +588,7 @@
 bind kp_minus "say hi / good luck and have fun"
 
 // these commands can be voted
-set sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off"
+set sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch"
 // users can call a vote for the above commands
 set sv_vote_call 1
 // users can call a vote to become master
@@ -858,3 +858,6 @@
 set sv_q3acompat_machineshotgunswap 0 // settemp this in mapinfo for instant Q3A map conversion
 
 seta menu_maxplayers 8 // maxplayers value when the menu starts a game
+
+// useful vote aliases
+alias endmatch "timelimit -1"




More information about the nexuiz-commits mailing list