diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-07 04:08:37 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-07 04:08:37 +0000 |
commit | 2cf09e419fb79fcebfeea4530ffeb3bcbf748e1e (patch) | |
tree | d27a03c3bbf8d409f02988d1fb0cc4de622609cf | |
parent | f403f1d910bb96ec78fb84b799d53e32f45a8bc5 (diff) |
shop2
-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 |