summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }