diff options
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ end end local function disp_shopscreen() - local m = peripheral.wrap"right" + local m = peripheral.wrap"left" m.clear() printseq(m) { {1,1}, colors.orange, "apionics consortium store !!!" |