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