several more fixes #2

Open
Ocawesome101 wants to merge 19 commits from Ocawesome101/LuPPC:master into master
Showing only changes of commit 4052720c2c - Show all commits

View File

@ -31,11 +31,7 @@ function boot.boot()
gpu.setBackground(0x000000) gpu.setBackground(0x000000)
native.sleep(4000000) native.sleep(4000000)
if modules.computer and modules.computer.shutdown() then while true do --[[NOTHING]] end
modules.computer.shutdown()
else
os.exit(1)
end
end) end)
end end