Remove sleep from loop func
This solves all our rednet issues, seemingly
This commit is contained in:
parent
bc46c8adef
commit
c8806be02d
@ -29,7 +29,6 @@ function c_mainLoop(loopfunc)
|
||||
-- Loops a thing forever
|
||||
while true do
|
||||
loopfunc()
|
||||
sleep(0.10)
|
||||
end
|
||||
end
|
||||
function c_waitForMessage()
|
||||
|
Loading…
x
Reference in New Issue
Block a user