summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 21:30:30 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 21:30:30 +0000
commit9b05d8b9ee386e22d717ed501c78349e28b197d0 (patch)
tree799c43d15806aed29cc9b0513d2a64fcada6ea0c /shop.lua
parent24ab7aebd9ae503320aa92914a3c4104dc566e3f (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/shop.lua b/shop.lua
index 6863950..42efa9d 100644
--- a/shop.lua
+++ b/shop.lua
@@ -12,6 +12,7 @@ function sendws(t)
return ws.send(textutils.serializeJSON(t))
end
+sendws{type="me"}
while true do
msgtxt = assert(ws.receive(),"ws error")