summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-30 00:15:07 +0000
committerubq323 <ubq323@ubq323.website>2022-12-30 00:15:07 +0000
commitddbd018f14c6da203961ca582fb1bd3d4116aa4d (patch)
tree8507edb6f9ec5ab0ccbb74611a60e8a64284e196 /shop.lua
parent87ba7b86bf46e6b519967dbccf2be0bb51949156 (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index e2b56d8..cea29f8 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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")