From 88aa2e1e2087a8332ccacd5da3f677492696ecd7 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Sun, 19 May 2019 18:46:50 -0400 Subject: [PATCH] Update tron.lua --- tron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron.lua b/tron.lua index cef5e5b..2c77e57 100644 --- a/tron.lua +++ b/tron.lua @@ -1393,7 +1393,7 @@ local specialRead = function(scrollInfo, specialNames, message, preInput) drawGrid(gsX, gsY, true) term.setTextColor(colors.white) cwrite(message, scr_y - 5) - term.setTextColor(specialNames[table.concat(buff):lower()] or colors.white) + termsetTextColor(specialNames[table.concat(buff):lower()] or colors.white) term.setCursorPos( cwrite(table.concat(buff), scr_y - 3, nil, cpos) - 1, scr_y - 3) term.setTextColor(colors.white) end