From d6e99c3042097ec9666d35fafb2d58845cd7f119 Mon Sep 17 00:00:00 2001 From: h1n1 Date: Sun, 26 Jul 2026 18:11:02 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B=20=D1=81=D0=B2?= =?UTF-8?q?=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=81=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BE=D1=87=D0=BD=D1=8B=D0=BC=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B8=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=D0=BC=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startup.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/startup.lua b/startup.lua index 2a21a43..d4befac 100644 --- a/startup.lua +++ b/startup.lua @@ -2,11 +2,11 @@ print("--- HCF ---") print() -- Colored print for code readability -local function colorprint(text, clr) - local old = text.getTextColor() - text.setTextColor(clr) +local function printcolor(text, clr) + local old = term.getTextColor() + term.setTextColor(clr) print(text) - text.setTextColor(old) + term.setTextColor(old) end -- Boot folder check