From a505b37d3541207271a3e6c3ec68883380fa36b7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 Dec 2022 00:15:44 +0000 Subject: shop --- shop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3