From 3b4643d605be75cb260262d83d3517848a885655 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Dec 2013 15:34:29 +1100 Subject: [PATCH] Use spaces in command aliases --- commands.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.cfg b/commands.cfg index ca36e4102..266cc8908 100644 --- a/commands.cfg +++ b/commands.cfg @@ -157,8 +157,8 @@ 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 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 spectate "qc_cmd_cmd spectate ${* ?}" // Become an observer alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end -- 2.39.2