add: allow "erase" command on hlds without acquiring editor
This commit is contained in:
parent
215e1c15d9
commit
17d371014a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue