summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-07 04:08:37 +0000
committerubq323 <ubq323@ubq323.website>2023-01-07 04:08:37 +0000
commit2cf09e419fb79fcebfeea4530ffeb3bcbf748e1e (patch)
treed27a03c3bbf8d409f02988d1fb0cc4de622609cf
parentf403f1d910bb96ec78fb84b799d53e32f45a8bc5 (diff)
shop2
-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