diff options
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 = {}; |