From a50c56436b75ccfc71ca376320b26f02050ad94c Mon Sep 17 00:00:00 2001 From: Samual Date: Sat, 17 Dec 2011 10:45:31 -0500 Subject: [PATCH] Quick tweaks --- commands.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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" // ======================================================= -- 2.39.2