Update sPhone.lua

This commit is contained in:
Ale32bit 2015-10-05 17:30:26 +02:00
parent 500c9fd382
commit 28bd92b12c

View file

@ -42,6 +42,14 @@ local function kernel()
mainTerm = term.current() mainTerm = term.current()
} }
if not fs.exists("/.sPhone/config/newIDSystem") then
fs.delete("/.sPhone/config/username")
fs.delete("/.sPhone/config/.sIDpw")
f = fs.open("/.sPhone/config/newIDSystem","w")
f.write("Ignore Me. I just check if you use the new Sertex ID system to fix password issues")
f.close()
end
if not fs.exists("/.sPhone/autorun") then if not fs.exists("/.sPhone/autorun") then
fs.makeDir("/.sPhone/autorun") fs.makeDir("/.sPhone/autorun")
end end