diff options
-rw-r--r-- | shop2.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ local function run_shop() print("RUNSHOP") while true do msgtxt = assert(ws.receive(),"ws error") + print(msgtxt) msg = textutils.unserializeJSON(msgtxt) if msg.type == "response" and msg.responding_to_type == "me" then our_addr = msg.address.address |