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)
|
paintutils.drawLine(1,1,w,1, colors.gray)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
if not hideUser
|
if not hideUser then
|
||||||
if not sPhone.user then
|
if not sPhone.user then
|
||||||
write(" sPhone")
|
write(" sPhone")
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue