From: terencehill Date: Sat, 6 Jun 2020 08:18:47 +0000 (+0200) Subject: Fix vkick and vkickban aliases ignoring kick reason X-Git-Tag: xonotic-v0.8.5~939 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=8aefc33b4baf13b4b2f69fdc8e8a8df1ce5ea996 Fix vkick and vkickban aliases ignoring kick reason --- diff --git a/commands.cfg b/commands.cfg index 1375a7887..9218af379 100644 --- a/commands.cfg +++ b/commands.cfg @@ -363,8 +363,8 @@ alias vstop "qc_cmd_svcmd vote stop" // general alias vmap "vcall gotomap ${1 ?}" alias vnextmap "vcall nextmap ${1 ?}" -alias vkick "vcall kick ${1 ?}" -alias vkickban "vcall kickban ${1 ?}" +alias vkick "vcall kick ${* ?}" +alias vkickban "vcall kickban ${* ?}" alias vend "vcall endmatch" alias vdomap "vdo gotomap ${1 ?}" alias vdokick "vdo kick ${* ?}"