aboutsummaryrefslogtreecommitdiff
path: root/socketConnection.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-11 07:21:33 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-11 07:21:33 +0800
commit2ce1a023ff3a111793e8be00349d60a3e8b82909 (patch)
treefc0628fd127dfb1b143df0eb15f85663443d71a6 /socketConnection.js
parentba94654e7fd5d156ff80d06510f40ab653c40e66 (diff)
downloadSoopyV2-2ce1a023ff3a111793e8be00349d60a3e8b82909.tar.gz
SoopyV2-2ce1a023ff3a111793e8be00349d60a3e8b82909.tar.bz2
SoopyV2-2ce1a023ff3a111793e8be00349d60a3e8b82909.zip
+ Small accuracy improvements on burrial location estimation (uses the yellow particles now instead of the enchant table one)
Diffstat (limited to 'socketConnection.js')
-rw-r--r--socketConnection.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/socketConnection.js b/socketConnection.js
index 882fa2b..a55e834 100644
--- a/socketConnection.js
+++ b/socketConnection.js
@@ -150,13 +150,6 @@ class SoopyV2Server extends WebsiteCommunicator {
server: server
})
}
-
- burrialSpawned(loc) {
- this.sendData({
- type: "burrial",
- loc: loc
- })
- }
}
if (!global.soopyV2Server) {