fix(basic): lowercase DETECT keyword for Rhai
All checks were successful
BotServer CI/CD / build (push) Successful in 5m23s
All checks were successful
BotServer CI/CD / build (push) Successful in 5m23s
This commit is contained in:
parent
98fcd132c6
commit
b496900165
1 changed files with 1 additions and 0 deletions
|
|
@ -1267,6 +1267,7 @@ impl ScriptService {
|
|||
"DO", "LOOP", "RETURN", "EXIT",
|
||||
"WITH", "END WITH", "AND", "OR", "NOT", "MOD",
|
||||
"DIM", "AS", "NEW", "FUNCTION", "SUB", "CALL",
|
||||
"DETECT",
|
||||
];
|
||||
|
||||
let mut result = String::new();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue