summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua4
1 files 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"