Update sPhone.lua

This commit is contained in:
Ale32bit 2015-12-01 14:22:06 +01:00
parent a6a04ed342
commit eed9e8138a

View file

@ -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")