X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=commands.cfg;h=1375a78871d11b51c9abb68ccbc2f801f46f1af5;hp=5a5667c8c31a53f3b6443488db13c40c665daa57;hb=c935c916af5069f7b5ff52f95a17f2bb680e83f9;hpb=729f7cf812441720792d8a0e3444f3c3828368b6 diff --git a/commands.cfg b/commands.cfg index 5a5667c8c..1375a7887 100644 --- a/commands.cfg +++ b/commands.cfg @@ -88,7 +88,9 @@ alias g_maplist_shufflenow "qc_cmd_svmenu maplist shuffle" alias g_maplist_cleanup "qc_cmd_svmenu maplist cleanup" // removes maps that don't exist from the map list alias addfav "qc_cmd_svmenu addtolist net_slist_favorites ${* ?}" +alias delfav "qc_cmd_svmenu removefromlist net_slist_favorites ${* ?}" alias addvote "qc_cmd_svmenu addtolist sv_vote_commands ${* ?}" +alias delvote "qc_cmd_svmenu removefromlist sv_vote_commands ${* ?}" // ======================== @@ -324,7 +326,7 @@ set sv_vote_command_help_gotomap "\nUsage:^3 vcall gotomap mapname\n^7 Where 'm // ================================= set sv_vote_call 1 "Allow users to call a vote for the commands in sv_vote_commands" set sv_vote_change 1 "Allow voters to change their mind after already voting" -set sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots" "these commands can be voted by players or used directly by masters (vdo) in addition to sv_vote_master_commands" +set sv_vote_commands "restart fraglimit gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams bots nobots" "these commands can be voted by players or used directly by masters (vdo) in addition to sv_vote_master_commands" 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)