From 4f0d763354db6fe4dbcb69e4c4e63c31cfb3a4ab Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Tue, 16 Jun 2020 12:32:50 +0000 Subject: [PATCH] Missed an instance of "find" --- commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.cfg b/commands.cfg index aab4d0941..1306f306b 100644 --- a/commands.cfg +++ b/commands.cfg @@ -63,7 +63,7 @@ alias dumpnotifs "qc_cmd_svmenu dumpnotifs ${* ?}" // Dump a alias dumpitems "qc_cmd_svmenu dumpitems ${* ?}" // Dump all items to the console alias dumpturrets "qc_cmd_svmenu dumpturrets ${* ?}" // Dump all turrets into turrets_dump.txt alias dumpweapons "qc_cmd_svmenu dumpweapons ${* ?}" // Dump all weapons into weapons_dump.txt -alias findent "qc_cmd_svmenu find ${* ?}" // Search through entities for matching classname +alias findent "qc_cmd_svmenu findent ${* ?}" // Search through entities for matching classname alias findat "qc_cmd_svmenu findat ${* ?}" // Search through entities for matching origin alias maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist alias mx "qc_cmd_svmenu mx ${* ?}" // Send a matrix command -- 2.39.2