summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop2.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/shop2.lua b/shop2.lua
index 09afd3d..6c98d62 100644
--- a/shop2.lua
+++ b/shop2.lua
@@ -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