diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-02 02:08:17 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-02 02:08:17 +0000 |
commit | bdcf087224ca3464e001bf30e0e9aa6c9f2fc6b0 (patch) | |
tree | ed8e0bf214e12a6edb0166374aa5321fa6b783e6 | |
parent | 076f1ee6c8d7501c0f352e3fb7f0ae9ef074cf60 (diff) |
shop
-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 !!!" |