From: Mario Date: Wed, 21 Feb 2018 12:15:17 +0000 (+1000) Subject: Fix vhelp not allowing arguments X-Git-Tag: xonotic-v0.8.5~2287 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=57b88c777529938db386fe606c1319c015df5093;p=xonotic%2Fxonotic-data.pk3dir.git Fix vhelp not allowing arguments --- diff --git a/commands.cfg b/commands.cfg index 66ca90e2a..3baa8a5fe 100644 --- a/commands.cfg +++ b/commands.cfg @@ -337,7 +337,7 @@ alias vabstain "qc_cmd_cmd vote abstain" // aliases for both client and server alias vcall "qc_cmd_svcmd vote call ${* ?}" -alias vhelp "qc_cmd_svcmd vote help" +alias vhelp "qc_cmd_svcmd vote help ${* ?}" alias vstatus "qc_cmd_svcmd vote status" alias vstop "qc_cmd_svcmd vote stop"