From 39dc2d2d8b82ace72277e2fdec0870df54a21303 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 29 Dec 2022 20:45:15 +0000 Subject: shop --- shop.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shop.lua b/shop.lua index a15f07f..a4ddfc3 100644 --- a/shop.lua +++ b/shop.lua @@ -10,6 +10,7 @@ function sendws(t) nextid = nextid + 1 return ws.send(textutils.serializeJSON(t)) end +sendws {type="me"} while true do msgtxt = assert(ws.receive(),"ws error") -- cgit v1.2.3