Remove sleep from loop func

This solves all our rednet issues, seemingly
This commit is contained in:
Salt 2024-02-26 00:24:40 -06:00
parent bc46c8adef
commit c8806be02d
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ function c_mainLoop(loopfunc)
-- Loops a thing forever
while true do
loopfunc()
sleep(0.10)
end
end
function c_waitForMessage()