From 28bd92b12cbdf68409c4b7fcb5c2d5f76c1cdd9f Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 5 Oct 2015 17:30:26 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index d7a7d3d..86415d9 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -42,6 +42,14 @@ local function kernel() 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 fs.makeDir("/.sPhone/autorun") end