diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:15:44 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:15:44 +0000 |
commit | a505b37d3541207271a3e6c3ec68883380fa36b7 (patch) | |
tree | b18acb391051c65c67f7fcaf9ed3cbff1de11436 | |
parent | ddbd018f14c6da203961ca582fb1bd3d4116aa4d (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ function run_sidedisp() end end -print(pcall(parallel.waitForAny,run_shop, run_topdisp, run_sidedisp)) +pcall(parallel.waitForAny,run_shop, run_topdisp, run_sidedisp) print("hi") peripheral.call("top","clear") peripheral.call("left","clear") |