This commit is contained in:
Ale32bit 2016-10-31 19:56:39 +01:00 committed by GitHub
parent 829d6c15b4
commit 216fc5e8d4

View file

@ -329,7 +329,7 @@ local function kernel()
function os.reboot()
local w, h = term.getSize()
local text = "Shutting down"
local text = "Rebooting"
local x = math.ceil(w/2)-math.ceil(#text/2)+1
local y = math.ceil(h/2)
sPhone.inHome = false