From: Samual Date: Thu, 5 Jan 2012 19:46:24 +0000 (-0500) Subject: Fix some aliases and add compatibility with older servers (though, it does throw... X-Git-Tag: xonotic-v0.6.0~188^2~22^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a111cbb6e4316dea7564b7a2de7fd626783d321e;p=xonotic%2Fxonotic-data.pk3dir.git Fix some aliases and add compatibility with older servers (though, it does throw an error of invalid command, it is on purpose for compatibility) --- diff --git a/commands.cfg b/commands.cfg index d5ad7830b..16ecbfb93 100644 --- a/commands.cfg +++ b/commands.cfg @@ -263,11 +263,11 @@ alias vstatus "cmd vote status" alias vcall "cmd vote call ${* ?}" alias vstop "cmd vote stop" alias vmaster "cmd vote master" -alias vlogin "cmd vote login ${* ?}" -alias vdo "cmd vote do ${* ?}" -alias vyes "cl_cmd handlevote yes" -alias vno "cl_cmd handlevote no" -alias vdontcare "cmd vote dontcare" +alias vlogin "cmd vote master login ${* ?}" +alias vdo "cmd vote master do ${* ?}" +alias vyes "cl_cmd handlevote yes; cl_cmd vyes" // NOTE: COMPATIBILITY FOR 0.5 IS ADDED HERE WITH "VYES", REMOVE LATER +alias vno "cl_cmd handlevote no; cl_cmd vno" // ^^^ same, see above +alias vdontcare "cmd vote abstain" alias vabstain "cmd vote abstain" alias vmap "vcall gotomap ${1 ?}"