From 211af8260b826e283ce5956f076e719be2c5b0be Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 28 Dec 2011 20:24:15 -0500 Subject: [PATCH] Sync commands.cfg with generic.qc --- commands.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.cfg b/commands.cfg index fa73f413f..c4e228366 100644 --- a/commands.cfg +++ b/commands.cfg @@ -43,9 +43,10 @@ alias vote "qc_cmd_svcmd vote ${* ?}" // Reques alias who "qc_cmd_svcmd who ${* ?}" // Display detailed client information about all players // generic commands (across all programs) -alias addtolist "qc_cmd_svmenu addtolist ${* ?}" // Add a string to a cvar at the end of a list +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 maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist +alias removefromlist "qc_cmd_svmenu removefromlist ${* ?}" // Remove a string from a cvar alias rpn "qc_cmd_svmenu rpn ${* ?}" // RPN calculator //alias settemp "qc_cmd_svmenu settemp ${* ?}" // Temporarily set a value to a cvar which is restored later //alias settemp_restore "qc_cmd_svmenu settemp_restore ${* ?}" // Restore all cvars set by settemp command -- 2.39.2