diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-11 07:21:33 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-11 07:21:33 +0800 |
commit | 2ce1a023ff3a111793e8be00349d60a3e8b82909 (patch) | |
tree | fc0628fd127dfb1b143df0eb15f85663443d71a6 /socketConnection.js | |
parent | ba94654e7fd5d156ff80d06510f40ab653c40e66 (diff) | |
download | SoopyV2-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.js | 7 |
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) { |