]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use spaces in command aliases
authorMario <mario.mario@y7mail.com>
Thu, 26 Dec 2013 04:34:29 +0000 (15:34 +1100)
committerMario <mario.mario@y7mail.com>
Thu, 26 Dec 2013 04:34:29 +0000 (15:34 +1100)
commands.cfg

index ca36e4102ce64e848e31f9b6422fb34a94f28eb1..266cc8908c5c6ac3f5715f60b338d06a5cf24094 100644 (file)
@@ -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