diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 20:28:05 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 20:28:05 +0000 |
commit | 15d260214ffd1deb558cf8dd50dc1d0edc8cc6b7 (patch) | |
tree | abbfc5ba4a5dbee1dd6987897e0ec5c60df41814 | |
parent | 279e87af49c103eb0b9278e10dc4a16b3a547f69 (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ nextid = 0 function sendws(t) t.id = nextid nextid = nextid + 1 - return ws.send(textutils.serializeJSON(t)) end + return ws.send(textutils.serializeJSON(t)) end sendws { type="get_subscription_level" } |