diff --git a/bricks/special/EventGate-update.lua b/bricks/special/EventGate-update.lua index 85f7128..a2a68a6 100644 --- a/bricks/special/EventGate-update.lua +++ b/bricks/special/EventGate-update.lua @@ -1,4 +1,5 @@ + return function(gate) - gate.ports[2]:setstate(gate.ports[1].state) + --gate.ports[2]:setstate(gate.ports[1].state) gate:cb(bool_to_int[gate.ports[1].state]) -end \ No newline at end of file +end