fix: wrong variable name
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user