From: Mario Date: Mon, 6 Jan 2014 21:30:41 +0000 (+1100) Subject: Update command aliases to match code X-Git-Tag: xonotic-v0.8.0~241^2^2~1 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=300b2f402732563abb4f72bd35a0a30d2223d8ab;hp=70110f4462ef582e6d1bf2c15992514509edec20;p=xonotic%2Fxonotic-data.pk3dir.git Update command aliases to match code --- diff --git a/commands.cfg b/commands.cfg index 0ebdfe3cc..20f957029 100644 --- a/commands.cfg +++ b/commands.cfg @@ -157,9 +157,9 @@ alias reportcvar "qc_cmd_cmd reportcvar ${* ?}" // Old sy alias selectteam "qc_cmd_cmd selectteam ${* ?}" // Attempt to choose a team to join into alias selfstuff "qc_cmd_cmd selfstuff ${* ?}" // Stuffcmd a command to your own client alias sentcvar "qc_cmd_cmd sentcvar ${* ?}" // New system for sending a client cvar to the server -alias editmob "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties -alias killmob "qc_cmd_cmd mobkill ${* ?}" // Kill a monster -alias spawnmob "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player +alias mobedit "qc_cmd_cmd mobedit ${* ?}" // Edit a monster's properties +alias mobkill "qc_cmd_cmd mobkill ${* ?}" // Kill a monster +alias mobspawn "qc_cmd_cmd mobspawn ${* ?}" // Spawn a monster infront of the player alias spectate "qc_cmd_cmd spectate ${* ?}" // Become an observer alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end //alias tell "qc_cmd_cmd tell ${* ?}" // Send a message directly to a player