From c514aa627300c62ea1c7736de1e7bac3c95398aa Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 7 Jan 2023 05:17:13 +0000 Subject: shop2 --- shop2/disp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shop2/disp.lua') diff --git a/shop2/disp.lua b/shop2/disp.lua index 0283742..55df99f 100644 --- a/shop2/disp.lua +++ b/shop2/disp.lua @@ -35,7 +35,7 @@ end local function disp_shopscreen(items) -- i don't like how hardcoded all the spacing is in this -- but i also don't feel like rewriting it yet. - local mon = peripheral.wrap"left" + local mon = peripheral.find"monitor" mon.clear() mon.setTextScale(0.5) -- cgit v1.2.3