diff options
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ end local function run_sidedisp() end --- print(pcall(parallel.waitForAny,run_shop, run_topdisp, run_sidedisp)) +print(pcall(parallel.waitForAny,run_shop)) -- print("hi") -- peripheral.call("top","clear") -- peripheral.call("left","clear") |