From 8aefc33b4baf13b4b2f69fdc8e8a8df1ce5ea996 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 6 Jun 2020 10:18:47 +0200 Subject: [PATCH] Fix vkick and vkickban aliases ignoring kick reason --- commands.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ${* ?}" -- 2.39.2