diff --git a/storage-net/common.lua b/storage-net/common.lua index c3b9e1e..05f8422 100644 --- a/storage-net/common.lua +++ b/storage-net/common.lua @@ -29,7 +29,6 @@ function c_mainLoop(loopfunc) -- Loops a thing forever while true do loopfunc() - sleep(0.10) end end function c_waitForMessage()