diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |