From 71e6fbb5ce58754ef792ed43786967bc25f88e1b Mon Sep 17 00:00:00 2001 From: Samual Date: Sun, 11 Dec 2011 06:42:38 -0500 Subject: [PATCH] Minor fixes for some things --- commands.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ${* ?}" -- 2.39.2