diff options
| author | ubq323 <ubq323@ubq323.website> | 2022-12-29 23:19:27 +0000 |
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 23:19:27 +0000 |
| commit | 67163387857fdcd56e7e286e27bbc079444ff5db (patch) | |
| tree | b81148f37eb9342e01ff8405f3403dc534b4a524 | |
| parent | ca67ec4af64208df1123742cc90027c7c1cf987e (diff) | |
shop
| -rw-r--r-- | shop.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,8 +105,8 @@ function shop_run() end while true do - local ty=os.pullEvent() - print(ty) + local ty,b=os.pullEvent() + print(ty,b) end -- mtop = peripheral.wrap"top" |
