fix scripter RulesProcessEvent
This commit is contained in:
parent
cc19cc5773
commit
b252a0c122
@ -4844,6 +4844,10 @@ void ScriptJsonAppend(void) {
|
||||
#endif //USE_SCRIPT_JSON_EXPORT
|
||||
|
||||
|
||||
bool RulesProcessEvent(char *json_event) {
|
||||
if (bitRead(Settings.rule_enabled, 0)) Run_Scripter(">E",2,json_event);
|
||||
}
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Interface
|
||||
\*********************************************************************************************/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user