aboutsummaryrefslogtreecommitdiff
path: root/socketConnection.js
diff options
context:
space:
mode:
Diffstat (limited to 'socketConnection.js')
-rw-r--r--socketConnection.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/socketConnection.js b/socketConnection.js
index a55e834..882fa2b 100644
--- a/socketConnection.js
+++ b/socketConnection.js
@@ -150,6 +150,13 @@ class SoopyV2Server extends WebsiteCommunicator {
server: server
})
}
+
+ burrialSpawned(loc) {
+ this.sendData({
+ type: "burrial",
+ loc: loc
+ })
+ }
}
if (!global.soopyV2Server) {