]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Minor fixes for some things
authorSamual <samual@xonotic.org>
Sun, 11 Dec 2011 11:42:38 +0000 (06:42 -0500)
committerSamual <samual@xonotic.org>
Sun, 11 Dec 2011 11:42:38 +0000 (06:42 -0500)
commands.cfg

index 506545963bb02fdb95ef8f63df11e7e21efd5009..6bfda1ea401909f6cf623f7ca85eb39f847bb7d6 100644 (file)
@@ -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 ${* ?}"