Update sPhone.lua
This commit is contained in:
parent
000d744034
commit
ff2b6f14b6
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ local function kernel()
|
|||
paintutils.drawLine(1,1,w,1, colors.gray)
|
||||
term.setTextColor(colors.white)
|
||||
term.setCursorPos(1,1)
|
||||
if not hideUser
|
||||
if not hideUser then
|
||||
if not sPhone.user then
|
||||
write(" sPhone")
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue