Update sPhone.lua
This commit is contained in:
parent
065081a1b0
commit
839595bc1b
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ local function kernel()
|
|||
mainTerm = term.current()
|
||||
}
|
||||
|
||||
if sPhone.dev then
|
||||
sPhone.crash = crash
|
||||
end
|
||||
|
||||
|
||||
if not fs.exists("/.sPhone/config/newIDSystem") then
|
||||
fs.delete("/.sPhone/config/username")
|
||||
fs.delete("/.sPhone/config/.sIDpw")
|
||||
|
|
Loading…
Reference in a new issue