diff --git a/bricks/special/EventGate.cs b/bricks/special/EventGate.cs index 723f314..0751265 100644 --- a/bricks/special/EventGate.cs +++ b/bricks/special/EventGate.cs @@ -29,10 +29,6 @@ function fxDTSBrick::setPowerState(%this, %state, %client) datablock fxDTSBrickData(LogicGate_EventGate_Data : brick1x1fData) { - logicUpdate = "return function(gate) gate:cb(bool_to_int[gate.ports[1].state]) end"; - - - category = "Logic Bricks"; subCategory = "Wires - Special"; uiName = "Event Gate";