From: Mario Date: Wed, 25 Dec 2013 01:21:00 +0000 (+1100) Subject: Remove an alias for a no longer valid command X-Git-Tag: xonotic-v0.8.0~241^2^2~20 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=500185ffff0f86caa865256778790f5bb57a4054;p=xonotic%2Fxonotic-data.pk3dir.git Remove an alias for a no longer valid command --- diff --git a/commands.cfg b/commands.cfg index bcb13758d..ca36e4102 100644 --- a/commands.cfg +++ b/commands.cfg @@ -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