diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 12:04:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 12:04:52 +0800 |
commit | a6593709b0e1e99e241b6c163fe66623685b6efc (patch) | |
tree | 9714e82716caf9edd6be05a1822fa492eb6756ed /features/slayers/index.js | |
parent | a7dcf231cc43c9ef73d6a969203c2dafd2ce8caf (diff) | |
download | SoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.tar.gz SoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.tar.bz2 SoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.zip |
first part of supporting java side rendering
Diffstat (limited to 'features/slayers/index.js')
-rw-r--r-- | features/slayers/index.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index a7b0f73..16ac357 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -127,7 +127,6 @@ class Slayers extends Feature { this.registerEvent("tick", this.tick); this.registerEvent("renderWorld", this.renderWorld); this.registerEvent("worldLoad", this.worldLoad); - this.registerEvent("renderOverlay", this.renderHud); this.registerStep(true, 2, this.step); } @@ -139,12 +138,6 @@ class Slayers extends Feature { this.slayerLocationDataH[user] = [loc, Date.now()] } - renderHud() { - for (let element of this.hudElements) { - element.render(); - } - } - worldLoad() { this.todoE = []; this.beaconPoints = {}; |