why did i add it?

This commit is contained in:
Ale32bit 2016-11-15 23:25:15 +01:00 committed by GitHub
parent 321c7517d4
commit 03574ae7b0

View file

@ -118,10 +118,6 @@ local function kernel(...)
end end
end end
if runningOnStartup then
fs.open("/startup","r")
end
if config.read("/.sPhone/config/sPhone","username") then if config.read("/.sPhone/config/sPhone","username") then
sPhone.user = config.read("/.sPhone/config/sPhone","username") sPhone.user = config.read("/.sPhone/config/sPhone","username")
end end