Update sPhone.lua

This commit is contained in:
Ale32bit 2015-11-10 19:10:11 +01:00
parent c10a34ba4e
commit 3c213eb839

View file

@ -144,7 +144,6 @@ local function kernel()
local u = fs.open("/.sPhone/config/username","r")
sPhone.user = u.readLine()
u.close()
os.setComputerLabel(sPhone.user.."'s sPhone")
end
if not fs.exists("/.sPhone/apis") then