Update sPhone.lua
This commit is contained in:
parent
728b4566d3
commit
925413ab79
1 changed files with 4 additions and 3 deletions
|
@ -19,11 +19,12 @@ local function crash(err)
|
||||||
term.setTextColor(colors.red)
|
term.setTextColor(colors.red)
|
||||||
print(err)
|
print(err)
|
||||||
term.setTextColor(colors.black)
|
term.setTextColor(colors.black)
|
||||||
|
print("")
|
||||||
if sPhone.version then
|
if sPhone.version then
|
||||||
print("sPhone version: "..sPhone.version)
|
print("sPhone "..sPhone.version)
|
||||||
end
|
end
|
||||||
print("Computer ID: "..os.getComputerID())
|
print("Computer ID: "..os.getComputerID())
|
||||||
print("\nContact sPhone devs: GitHub: Sertex-Team/sPhone")
|
print("Contact sPhone devs: GitHub: Sertex-Team/sPhone")
|
||||||
print("Thanks for using sPhone")
|
print("Thanks for using sPhone")
|
||||||
print("Press any key")
|
print("Press any key")
|
||||||
repeat
|
repeat
|
||||||
|
@ -89,7 +90,7 @@ local function kernel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
_G.sPhone = {
|
_G.sPhone = {
|
||||||
version = "Alpha 2.8.1",
|
version = "Alpha 2.8.2",
|
||||||
user = "Run sID",
|
user = "Run sID",
|
||||||
devMode = false,
|
devMode = false,
|
||||||
mainTerm = term.current()
|
mainTerm = term.current()
|
||||||
|
|
Loading…
Reference in a new issue