Update sPhone.lua

This commit is contained in:
Ale32bit 2015-11-10 16:17:59 +01:00
parent 065081a1b0
commit 839595bc1b

View file

@ -90,6 +90,11 @@ local function kernel()
mainTerm = term.current() mainTerm = term.current()
} }
if sPhone.dev then
sPhone.crash = crash
end
if not fs.exists("/.sPhone/config/newIDSystem") then if not fs.exists("/.sPhone/config/newIDSystem") then
fs.delete("/.sPhone/config/username") fs.delete("/.sPhone/config/username")
fs.delete("/.sPhone/config/.sIDpw") fs.delete("/.sPhone/config/.sIDpw")