diff --git a/utils b/utils index 892a751..5741318 100644 --- a/utils +++ b/utils @@ -22,7 +22,7 @@ function utils.setupMonitor(side, textScale) local mon = peripheral.wrap(side) mon.clear() mon.setTextScale(textScale) - mon.setCursor(1, 1) + mon.setCursorPos(1, 1) return mon end