Фиксы связанные с ошибочными наименованиями.

This commit is contained in:
2026-07-26 18:11:02 +07:00
parent ee3526696d
commit d6e99c3042
+4 -4
View File
@@ -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