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