From 839595bc1b1f13c0f1d199ddaf062f78bb80b649 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 10 Nov 2015 16:17:59 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index 8c92d3b..59972b4 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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")