X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=commands.cfg;h=93b68f901e57154ec7512a2d98830fce7ec168ad;hp=acde56d11dc65bf62581a599ff119e875d361beb;hb=ef02b4caf3995e75451387251d9e4ac522dda005;hpb=10c0be8573ea4ab40c24c4a4267f445e00b63857 diff --git a/commands.cfg b/commands.cfg index acde56d11..93b68f901 100644 --- a/commands.cfg +++ b/commands.cfg @@ -172,7 +172,7 @@ alias team_pink "cmd selectteam pink; cmd join" alias team_yellow "cmd selectteam yellow; cmd join" alias team_auto "cmd selectteam auto; cmd join" -alias spec "spectate" +alias spec "spectate ${* ?}" // mutator aliases alias sandbox "cmd g_sandbox ${* ?}" @@ -311,8 +311,8 @@ set sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducemat set sv_vote_only_commands "" set sv_vote_limit 160 "Maximum allowed length of a vote command" set sv_vote_master_commands "movetored movetoblue movetoyellow movetopink movetospec " "Extra commands which vote masters can execute by themselves, along with the normal sv_vote_commands." // maybe add kickban here (but then sv_vote_master 0) -set sv_vote_master 1 "Allows the use of the vote master system" -set sv_vote_master_callable 1 "When set, users can use \"vmaster\" to call a vote to become master of voting commands" +set sv_vote_master 0 "Allows the use of the vote master system" +set sv_vote_master_callable 0 "When set, users can use \"vmaster\" to call a vote to become master of voting commands" set sv_vote_master_password "" "when set, users can use \"vlogin PASSWORD\" to log in as master" set sv_vote_master_playerlimit 2 "Minimum number of players needed for a player to be allowed to vote for master" set sv_vote_no_stops_vote 1 "Allow the vote caller to stop his own vote simply by voting no"