From 925413ab79ab22650de020a680f12da1e3bc61d9 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 10 Nov 2015 16:53:21 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index b19126d..2768734 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -19,11 +19,12 @@ local function crash(err) term.setTextColor(colors.red) print(err) term.setTextColor(colors.black) + print("") if sPhone.version then - print("sPhone version: "..sPhone.version) + print("sPhone "..sPhone.version) end 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("Press any key") repeat @@ -89,7 +90,7 @@ local function kernel() end end _G.sPhone = { - version = "Alpha 2.8.1", + version = "Alpha 2.8.2", user = "Run sID", devMode = false, mainTerm = term.current()