Update sPhone.lua
This commit is contained in:
parent
feba3fe920
commit
89dea781bf
1 changed files with 2 additions and 1 deletions
|
@ -755,7 +755,8 @@ end
|
|||
term.setCursorPos(1,1)
|
||||
term.setBackgroundColor(sPhone.theme["header"])
|
||||
term.setTextColor(sPhone.theme["headerText"])
|
||||
write(" ")
|
||||
term.setCursorPos(1,1)
|
||||
write(" ")
|
||||
term.setCursorPos(1,1)
|
||||
write(" "..textutils.formatTime(os.time(),true))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue