]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix vhelp not allowing arguments
authorMario <mario@smbclan.net>
Wed, 21 Feb 2018 12:15:17 +0000 (22:15 +1000)
committerMario <mario@smbclan.net>
Wed, 21 Feb 2018 12:15:59 +0000 (22:15 +1000)
commands.cfg

index 66ca90e2aa25dcb0aab5f659ba07b2c722b2e44b..3baa8a5fe0cec6bd0ba867df201ac10a4d9c429a 100644 (file)
@@ -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"