updated
This commit is contained in:
@@ -2,7 +2,7 @@ local maxValue = 100
|
||||
local minValue = 0
|
||||
|
||||
local function configureReport(monitor)
|
||||
local x,y = term.getCursorPos()
|
||||
local x,y = monitor.getCursorPos()
|
||||
monitor.setCursorPos(x, y + 1)
|
||||
monitor.clearLine()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user