From 17d371014a5b9f84bcea615a0e3ce94a5088933b Mon Sep 17 00:00:00 2001 From: dmitry Date: Tue, 16 Nov 2021 14:12:09 +0300 Subject: [PATCH] add: allow "erase" command on hlds without acquiring editor --- src/control.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/control.cpp b/src/control.cpp index 0a45510..0a97b55 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -278,7 +278,8 @@ int BotControl::cmdNode () { "upload", "save", "load", - "help" + "help", + "erase" }; // check if cmd is allowed on dedicated server