Фиксы связанные с ошибочными наименованиями.
This commit is contained in:
+4
-4
@@ -2,11 +2,11 @@ print("--- HCF ---")
|
|||||||
print()
|
print()
|
||||||
|
|
||||||
-- Colored print for code readability
|
-- Colored print for code readability
|
||||||
local function colorprint(text, clr)
|
local function printcolor(text, clr)
|
||||||
local old = text.getTextColor()
|
local old = term.getTextColor()
|
||||||
text.setTextColor(clr)
|
term.setTextColor(clr)
|
||||||
print(text)
|
print(text)
|
||||||
text.setTextColor(old)
|
term.setTextColor(old)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Boot folder check
|
-- Boot folder check
|
||||||
|
|||||||
Reference in New Issue
Block a user