summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 23:19:27 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 23:19:27 +0000
commit67163387857fdcd56e7e286e27bbc079444ff5db (patch)
treeb81148f37eb9342e01ff8405f3403dc534b4a524 /shop.lua
parentca67ec4af64208df1123742cc90027c7c1cf987e (diff)
shop
Diffstat (limited to 'shop.lua')
-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"