Update info.lua
This commit is contained in:
parent
14d7e4a1be
commit
750fe30178
1 changed files with 5 additions and 3 deletions
|
@ -12,10 +12,12 @@ print("User: "..sPhone.user)
|
||||||
if os.getComputerLabel() then
|
if os.getComputerLabel() then
|
||||||
print("Label: "..os.getComputerLabel())
|
print("Label: "..os.getComputerLabel())
|
||||||
end
|
end
|
||||||
print("sPhone "..sPhone.version.." by BeaconNet")
|
print("Version: "..sPhone.version)
|
||||||
print("KST by 3d6")
|
print("")
|
||||||
print("UI by LMNetOS")
|
print("sPhone made by BeaconNet")
|
||||||
|
print("Krist by 3d6")
|
||||||
print("SHA256 by GravityScore")
|
print("SHA256 by GravityScore")
|
||||||
|
print("Compress by Creator")
|
||||||
print("And thanks to dan200 for this mod!")
|
print("And thanks to dan200 for this mod!")
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
|
|
Loading…
Reference in a new issue