From ea4e05a889ceac2255678147fc00f4fe4aabacc4 Mon Sep 17 00:00:00 2001 From: Hadinos Sanosam Date: Tue, 12 Jan 2021 01:42:09 +0100 Subject: [PATCH] Bugfix in utils --- utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)