Update init.lua

This commit is contained in:
Ale32bit 2016-01-12 11:39:52 +01:00
parent 03d772018f
commit c8384c10ce

View file

@ -25,6 +25,8 @@ local function crash(err)
if _CC_VERSION then if _CC_VERSION then
print("CC Version: ".._CC_VERSION) print("CC Version: ".._CC_VERSION)
print("MC Version: ".._MC_VERSION) print("MC Version: ".._MC_VERSION)
elseif _HOST then
print("Host: ".._HOST)
else else
print("CC Version: Under 1.74") print("CC Version: Under 1.74")
print("MC Version: Undefined") print("MC Version: Undefined")
@ -33,7 +35,9 @@ local function crash(err)
term.setTextColor(colors.black) term.setTextColor(colors.black)
end end
print("LUA Version: ".._VERSION) print("LUA Version: ".._VERSION)
print("LUAJ Version: ".._LUAJ_VERSION) if _LUAJ_VERSION then
print("LUAJ Version: ".._LUAJ_VERSION)
end
print("Contact 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")