diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-07 05:17:13 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-07 05:17:13 +0000 |
commit | c514aa627300c62ea1c7736de1e7bac3c95398aa (patch) | |
tree | 23bf40f8883448b4d3f021683fd44e860bdb952b /shop2 | |
parent | 31c20d2fe2efcc70a0ef4678901055269a5a2eb8 (diff) |
shop2
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) |