Update sPhone.lua
This commit is contained in:
parent
c10a34ba4e
commit
3c213eb839
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ local function kernel()
|
||||||
local u = fs.open("/.sPhone/config/username","r")
|
local u = fs.open("/.sPhone/config/username","r")
|
||||||
sPhone.user = u.readLine()
|
sPhone.user = u.readLine()
|
||||||
u.close()
|
u.close()
|
||||||
os.setComputerLabel(sPhone.user.."'s sPhone")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if not fs.exists("/.sPhone/apis") then
|
if not fs.exists("/.sPhone/apis") then
|
||||||
|
|
Loading…
Reference in a new issue