]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix g_maplist_putfirst
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 23 Nov 2019 18:41:30 +0000 (19:41 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 23 Nov 2019 18:41:30 +0000 (19:41 +0100)
commands.cfg

index 584ac0f1e4c27afcbf09cd8ca0ad2b113f39a684..5a5667c8c31a53f3b6443488db13c40c665daa57 100644 (file)
@@ -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