sorry :P
This commit is contained in:
parent
829d6c15b4
commit
216fc5e8d4
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ local function kernel()
|
||||||
|
|
||||||
function os.reboot()
|
function os.reboot()
|
||||||
local w, h = term.getSize()
|
local w, h = term.getSize()
|
||||||
local text = "Shutting down"
|
local text = "Rebooting"
|
||||||
local x = math.ceil(w/2)-math.ceil(#text/2)+1
|
local x = math.ceil(w/2)-math.ceil(#text/2)+1
|
||||||
local y = math.ceil(h/2)
|
local y = math.ceil(h/2)
|
||||||
sPhone.inHome = false
|
sPhone.inHome = false
|
||||||
|
|
Loading…
Reference in a new issue