diff --git a/sys/extensions/5.network.lua b/sys/extensions/5.network.lua index 9b4b43c..d86ccb3 100644 --- a/sys/extensions/5.network.lua +++ b/sys/extensions/5.network.lua @@ -1,5 +1,4 @@ local kernel = _G.kernel -local os = _G.os _G.network = { } @@ -19,6 +18,5 @@ end) if _G.device.wireless_modem then startNetwork() - os.sleep(0) -- give the network a cycle to start end