remove os.pullEvent call in ThrottleInit

This commit is contained in:
2026-06-25 06:15:12 -05:00
parent 1f404a94e4
commit 87847cc621

View File

@@ -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