Adjusted script command bindatcmd (#2518)
* Fixes #2513. * Defaulted the char-command level to 100. Thanks to @mazvi and @Lemongrass3110!
This commit is contained in:
@@ -20826,7 +20826,7 @@ BUILDIN_FUNC(freeloop) {
|
||||
BUILDIN_FUNC(bindatcmd) {
|
||||
const char* atcmd;
|
||||
const char* eventName;
|
||||
int i, level = 0, level2 = 0;
|
||||
int i, level = 0, level2 = 100;
|
||||
bool create = false;
|
||||
|
||||
atcmd = script_getstr(st,2);
|
||||
|
||||
Reference in New Issue
Block a user