summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-30 00:58:03 +0000
committerubq323 <ubq323@ubq323.website>2022-12-30 00:58:03 +0000
commit0825a7381e9d70900e396af2dc62093080fbd7f3 (patch)
treec20eff3fbe8fd8f11c554daf543b14eb495e7568 /shop.lua
parentb908584c6b97b063cda4dc353833f6dfcd952529 (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 61a4850..53b33c6 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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")