diff --git a/src/sPhone.lua b/src/sPhone.lua index 26fc7e0..d7131c9 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -118,10 +118,6 @@ local function kernel(...) end end - if runningOnStartup then - fs.open("/startup","r") - end - if config.read("/.sPhone/config/sPhone","username") then sPhone.user = config.read("/.sPhone/config/sPhone","username") end