From 03574ae7b014e65a05f50c9b1bcbd870d85b0729 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 15 Nov 2016 23:25:15 +0100 Subject: [PATCH] why did i add it? --- src/sPhone.lua | 4 ---- 1 file changed, 4 deletions(-) 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