typo
This commit is contained in:
parent
a7a2943bde
commit
96437b0412
1 changed files with 1 additions and 2 deletions
|
|
@ -5873,8 +5873,7 @@ local function evaluateTriggerStateTriggers(id)
|
|||
result = true;
|
||||
else
|
||||
if (triggerState[id].disjunctive == "custom" and triggerState[id].triggerLogicFunc) then
|
||||
local ok, returnValue = triggerState[id].triggerLogicFunc(triggerState[id].triggers);
|
||||
result = ok and returnValue;
|
||||
result = triggerState[id].triggerLogicFunc(triggerState[id].triggers);
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue