diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-07 04:08:12 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-07 04:08:12 +0000 |
commit | f403f1d910bb96ec78fb84b799d53e32f45a8bc5 (patch) | |
tree | d4b6644b5d2bdf49b7ce9776605edb443c65f67d | |
parent | 8045af30c2b6728876bfce5821ac9b22d9efc0de (diff) |
shop2
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,7 @@ local function proctrans(tr) end local function run_shop() + print("RUNSHOP") while true do msgtxt = assert(ws.receive(),"ws error") msg = textutils.unserializeJSON(msgtxt) @@ -146,6 +147,7 @@ local function run_shop() our_addr = msg.address.address end if msg.type == "event" and msg.event == "transaction" then + print("proctransing...") proctrans(msg.transaction) end end |