From 531f1dc3913617d940161cc334c9c1edc616646a Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 6 May 2025 19:56:50 -0300 Subject: [PATCH] fix: wrong variable name --- lua/CC Tweaked/tutel/tutel-host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 09bb4b1..6f9e445 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -217,7 +217,7 @@ function updateScreen() if i > endY then break end local entry = log.buffer[i] - local format = logFormats[entry.type] + local format = logTypes[entry.type] term.setCursorPos(startY + i)