From 096ae4556da368373df04afd80990fb4bb3fbcff Mon Sep 17 00:00:00 2001 From: Auios Date: Wed, 17 Apr 2019 01:02:17 -0400 Subject: [PATCH] Fixed sloppy EventGate code --- bricks/special/EventGate.cs | 4 ---- 1 file changed, 4 deletions(-) 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";