From: Samual Date: Sat, 17 Dec 2011 15:45:31 +0000 (-0500) Subject: Quick tweaks X-Git-Tag: xonotic-v0.6.0~188^2~28^2~117 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a50c56436b75ccfc71ca376320b26f02050ad94c;p=xonotic%2Fxonotic-data.pk3dir.git Quick tweaks --- diff --git a/commands.cfg b/commands.cfg index f07b33dad..b75030490 100644 --- a/commands.cfg +++ b/commands.cfg @@ -110,10 +110,11 @@ set sv_clientcommand_antispam_count 5 "Amount of commands considered spam before seta sv_status_privacy 1 "hide IP addresses from \"status\" and \"who\" replies shown to clients" seta cl_autoswitch 1 "automatically switch to newly picked up weapons if they are better than what you are carrying" +// commented out commands are really only intended for internal use, or already have declaration in the engine alias autoswitch "cmd autoswitch ${* ?}" alias checkfail "cmd checkfail ${* ?}" alias clientversion "cmd clientversion ${* ?}" -alias getmapvotepic "cmd getmapvotepic ${* ?}" +//alias getmapvotepic "cmd getmapvotepic ${* ?}" alias join "cmd join" alias ready "cmd ready" alias records "cmd records" @@ -186,11 +187,11 @@ alias savedb "sv_cmd database save \"${1 ?}\"" alias dumpdb "sv_cmd database dump \"${1 ?}\"" alias loaddb "sv_cmd database load \"${1 ?}\"" -alias movetoteam_red "moveplayer ${1 ?} red" -alias movetoteam_blue "moveplayer ${1 ?} blue" -alias movetoteam_pink "moveplayer ${1 ?} pink" -alias movetoteam_yellow "moveplayer ${1 ?} yellow" -alias movetoteam_auto "moveplayer ${1 ?} auto" +alias movetored "moveplayer ${1 ?} red" +alias movetoblue "moveplayer ${1 ?} blue" +alias movetopink "moveplayer ${1 ?} pink" +alias movetoyellow "moveplayer ${1 ?} yellow" +alias movetoauto "moveplayer ${1 ?} auto" // =======================================================