mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 1.0
One Dot Oh!
This commit is contained in:
@@ -1516,7 +1516,7 @@ function cfxZones.testZoneFlag(theZone, theFlagName, theMethod, latchName)
|
||||
-- get last value from latch
|
||||
local lastVal = theZone[latchName]
|
||||
if not lastVal then
|
||||
trigger.action.outText("+++Zne: latch <" .. latchName .. "> not valid for zone " .. theZone.name, 30)
|
||||
trigger.action.outText("+++Zne: latch <" .. latchName .. "> not valid for zone " .. theZone.name, 30) -- intentional break here
|
||||
return nil, nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user