diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:58:03 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:58:03 +0000 |
commit | 0825a7381e9d70900e396af2dc62093080fbd7f3 (patch) | |
tree | c20eff3fbe8fd8f11c554daf543b14eb495e7568 | |
parent | b908584c6b97b063cda4dc353833f6dfcd952529 (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ function run_sidedisp() end end -pcall(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") |