fix: wrong variable name

This commit is contained in:
2025-05-06 19:56:50 -03:00
parent 8bab43c149
commit 531f1dc391
+1 -1
View File
@@ -217,7 +217,7 @@ function updateScreen()
if i > endY then break end if i > endY then break end
local entry = log.buffer[i] local entry = log.buffer[i]
local format = logFormats[entry.type] local format = logTypes[entry.type]
term.setCursorPos(startY + i) term.setCursorPos(startY + i)