add: allow "erase" command on hlds without acquiring editor

This commit is contained in:
dmitry 2021-11-16 14:12:09 +03:00
commit 17d371014a
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37

View file

@ -278,7 +278,8 @@ int BotControl::cmdNode () {
"upload", "upload",
"save", "save",
"load", "load",
"help" "help",
"erase"
}; };
// check if cmd is allowed on dedicated server // check if cmd is allowed on dedicated server