From 67163387857fdcd56e7e286e27bbc079444ff5db Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 29 Dec 2022 23:19:27 +0000 Subject: shop --- shop.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop.lua b/shop.lua index f8de7ea..5904dec 100644 --- a/shop.lua +++ b/shop.lua @@ -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" -- cgit v1.2.3