From: Martin Taibr Date: Sat, 23 Nov 2019 18:41:30 +0000 (+0100) Subject: fix g_maplist_putfirst X-Git-Tag: xonotic-v0.8.5~1220 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d264056ff283aaa9b79977e21577a3287d7d2e1;p=xonotic%2Fxonotic-data.pk3dir.git fix g_maplist_putfirst --- diff --git a/commands.cfg b/commands.cfg index 584ac0f1e..5a5667c8c 100644 --- a/commands.cfg +++ b/commands.cfg @@ -83,7 +83,7 @@ alias g_hitplots_remove "qc_cmd_svmenu rpn /g_hitplots_individuals g_hitplots_in alias g_maplist_add "qc_cmd_svmenu maplist add ${* ?}" alias g_maplist_remove "qc_cmd_svmenu maplist remove ${* ?}" -alias g_maplist_putfirst "qc_cmd_svmenu maplist remove ${* ?} ; qc_cmd maplist add ${* ?}" +alias g_maplist_putfirst "qc_cmd_svmenu maplist remove ${* ?} ; qc_cmd_svmenu maplist add ${* ?}" 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