diff options
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |