From: Samual Date: Sun, 11 Dec 2011 11:42:38 +0000 (-0500) Subject: Minor fixes for some things X-Git-Tag: xonotic-v0.6.0~188^2~28^2~163 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71e6fbb5ce58754ef792ed43786967bc25f88e1b;p=xonotic%2Fxonotic-data.pk3dir.git Minor fixes for some things --- diff --git a/commands.cfg b/commands.cfg index 506545963..6bfda1ea4 100644 --- a/commands.cfg +++ b/commands.cfg @@ -104,14 +104,14 @@ alias rankings "cmd rankings" alias ready "cmd ready" alias records "cmd records" alias reportcvar "cmd reportcvar ${* ?}" -alias say "cmd say ${* ?}" -alias say_team "cmd say_team ${* ?}" +//alias say "cmd say ${* ?}" // engine already has this declared as a command +//alias say_team "cmd say_team ${* ?}" // engine already has this declared as a command alias selectteam "cmd selectteam ${* ?}" alias sentcvar "cmd sentcvar ${* ?}" alias spectate "cmd spectate" alias suggestmap "cmd suggestmap ${* ?}" alias teamstatus "cmd teamstatus" -alias tell "cmd tell ${* ?}" +//alias tell "cmd tell ${* ?}" // engine already has this declared as a command alias timein "cmd timein" alias timeout "cmd timeout" alias voice "cmd voice ${* ?}" @@ -127,7 +127,7 @@ alias team_pink "cmd selectteam pink; cmd join" alias team_yellow "cmd selectteam yellow; cmd join" alias team_auto "cmd selectteam auto; cmd join" -alias spec "cmd spectate" +alias spec "spectate" // mutator aliases alias sandbox "cmd g_sandbox ${* ?}"