summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
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 cea29f8..8d36ac7 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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")