Update sPhone.lua

This commit is contained in:
Ale32bit 2015-11-18 16:59:41 +01:00
parent 5c578e497e
commit 522016322c

View file

@ -79,6 +79,7 @@ local function recovery()
fs.delete("/.sPhone/config")
os.reboot()
elseif k == 5 then
_G.safemode = false
break
elseif k == 6 then
_G.safemode = true
@ -110,6 +111,7 @@ local function kernel()
recovery()
break
elseif e == "timer" then
_G.safemode = false
break
end
end