Update sPhone.lua
This commit is contained in:
parent
a6a04ed342
commit
eed9e8138a
1 changed files with 8 additions and 2 deletions
|
@ -24,8 +24,14 @@ local function crash(err)
|
||||||
print("sPhone "..sPhone.version)
|
print("sPhone "..sPhone.version)
|
||||||
end
|
end
|
||||||
print("Computer ID: "..os.getComputerID())
|
print("Computer ID: "..os.getComputerID())
|
||||||
print("CC Version: ".._CC_VERSION)
|
if _CC_VERSION then
|
||||||
print("MC Version: ".._MC_VERSION)
|
print("CC Version: ".._CC_VERSION)
|
||||||
|
print("MC Version: ".._MC_VERSION)
|
||||||
|
else
|
||||||
|
print("CC Version: Under 1.74")
|
||||||
|
print("MC Version: Undefined")
|
||||||
|
print("Update CC to 1.74 or higher")
|
||||||
|
end
|
||||||
print("LUA Version: ".._VERSION)
|
print("LUA Version: ".._VERSION)
|
||||||
print("LUAJ Version: ".._LUAJ_VERSION)
|
print("LUAJ Version: ".._LUAJ_VERSION)
|
||||||
print("Contact sPhone devs: GitHub: Sertex-Team/sPhone")
|
print("Contact sPhone devs: GitHub: Sertex-Team/sPhone")
|
||||||
|
|
Loading…
Reference in a new issue