projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2322848
)
Fix vkick and vkickban aliases ignoring kick reason
author
terencehill <piuntn@gmail.com>
Sat, 6 Jun 2020 08:18:47 +0000
(10:18 +0200)
committer
terencehill <piuntn@gmail.com>
Sat, 6 Jun 2020 08:18:47 +0000
(10:18 +0200)
commands.cfg
patch
|
blob
|
history
diff --git
a/commands.cfg
b/commands.cfg
index 1375a78871d11b51c9abb68ccbc2f801f46f1af5..9218af379ebd818c7dc8f68d3ab3066e957684fb 100644
(file)
--- 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 ${* ?}"