Update info.lua
This commit is contained in:
parent
09d33d49d0
commit
5d5edff938
1 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ local function clear()
|
||||||
end
|
end
|
||||||
clear()
|
clear()
|
||||||
sPhone.header("Info", "X")
|
sPhone.header("Info", "X")
|
||||||
print("")
|
|
||||||
print("ID: "..os.getComputerID())
|
print("ID: "..os.getComputerID())
|
||||||
print("User: "..sPhone.user)
|
print("User: "..sPhone.user)
|
||||||
if os.getComputerLabel() then
|
if os.getComputerLabel() then
|
||||||
|
@ -26,5 +25,4 @@ while true do
|
||||||
if y == 1 and x == w then
|
if y == 1 and x == w then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
sleep(0)
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue