fix scripter RulesProcessEvent

This commit is contained in:
gemu2015 2020-04-26 12:01:13 +02:00
parent cc19cc5773
commit b252a0c122

View File

@ -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
\*********************************************************************************************/