Update sPhone.lua
This commit is contained in:
parent
5c578e497e
commit
522016322c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue