diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 14:14:06 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 14:14:06 +0800 |
commit | f3d0044dfe720e5e52d338ffc7f4efec7e780cb2 (patch) | |
tree | 4cecb863df5e703ca58cd943f3c54c0544b1498a /features/slayers/index.js | |
parent | de27cdebfec9fafae6f686090039758d892196d7 (diff) | |
parent | 9ec9aa2d495df5a6c48b8edbd5fe31052d20b37b (diff) | |
download | SoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.tar.gz SoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.tar.bz2 SoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.zip |
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
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 = {}; |