From ac687e297639abd5e1734db1a93d501fdaabe5b5 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 1 Dec 2015 14:22:49 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index e5e7f35..6045656 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -30,7 +30,9 @@ local function crash(err) else print("CC Version: Under 1.74") print("MC Version: Undefined") + term.setTextColor(colors.red) print("Update CC to 1.74 or higher") + term.setTextColor(colors.black) end print("LUA Version: ".._VERSION) print("LUAJ Version: ".._LUAJ_VERSION)