summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 20:28:05 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 20:28:05 +0000
commit15d260214ffd1deb558cf8dd50dc1d0edc8cc6b7 (patch)
treeabbfc5ba4a5dbee1dd6987897e0ec5c60df41814 /shop.lua
parent279e87af49c103eb0b9278e10dc4a16b3a547f69 (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index ecd0d0f..d5e5226 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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" }