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")