Bugfix in utils
This commit is contained in:
parent
c901cd8053
commit
3a71d56618
2
utils
2
utils
@ -22,7 +22,7 @@ function utils.setupMonitor(side, textScale)
|
|||||||
local mon = peripheral.wrap(side)
|
local mon = peripheral.wrap(side)
|
||||||
mon.clear()
|
mon.clear()
|
||||||
mon.setTextScale(textScale)
|
mon.setTextScale(textScale)
|
||||||
mon.setCursor(1, 1)
|
mon.setCursorPos(1, 1)
|
||||||
return mon
|
return mon
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user