diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-05 05:32:57 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-05 05:32:57 +0000 |
commit | 6c3836d20d71a137f85484e055ad924c48719d97 (patch) | |
tree | abc83a5c8245f41c41ce5e14c5202378eaa4974c | |
parent | bc8d921d661beb1d6b51d409266c11b4bdc9d6df (diff) |
shop2
-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") |