]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an alias for a no longer valid command
authorMario <mario.mario@y7mail.com>
Wed, 25 Dec 2013 01:21:00 +0000 (12:21 +1100)
committerMario <mario.mario@y7mail.com>
Wed, 25 Dec 2013 01:21:00 +0000 (12:21 +1100)
commands.cfg

index bcb13758df3b8a4f3eec02f8f1d53653232136c4..ca36e4102ce64e848e31f9b6422fb34a94f28eb1 100644 (file)
@@ -56,7 +56,6 @@ alias who                  "qc_cmd_svcmd  who                  ${* ?}" // Displa
 // generic commands (across all programs)
 alias addtolist            "qc_cmd_svmenu addtolist            ${* ?}" // Add a string to a cvar
 alias dumpcommands         "qc_cmd_svmenu dumpcommands         ${* ?}" // Dump all commands on the program to *_cmd_dump.txt
-alias dumpmonsters         "qc_cmd_svmenu dumpmonsters         ${* ?}" // Dump all monsters into monsters_dump.txt
 alias dumpnotifs           "qc_cmd_svcl   dumpnotifs           ${* ?}" // Dump all notifications into notifications_dump.txt
 alias maplist              "qc_cmd_svmenu maplist              ${* ?}" // Automatic control of maplist
 alias nextframe            "qc_cmd_svmenu nextframe            ${* ?}" // Execute the given command next frame of this VM