diff options
-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" |