From 87847cc6210d272c2ee09490669f0341b8ef36b8 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Thu, 25 Jun 2026 06:15:12 -0500 Subject: [PATCH] remove os.pullEvent call in ThrottleInit --- main.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.lua b/main.lua index 70b6887..f28f25d 100644 --- a/main.lua +++ b/main.lua @@ -158,8 +158,6 @@ function ThrottleInit() local initialStates = getRelayStates() while true do - os.pullEvent("redstone_relay") - local currentStates = getRelayStates() for pname, currentState in pairs(currentStates) do