diff --git a/utils b/utils index 074daac..0cf1b7e 100644 --- a/utils +++ b/utils @@ -12,7 +12,7 @@ function utils.getSideOf(name) --get which side, if any, a peripheral p is conne end end -function printToMon(mon, text) +function utils.printToMon(mon, text) local x, y = mon.getCursorPos() mon.write(text) mon.setCursorPos(x, y+1)