aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 14:14:06 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 14:14:06 +0800
commitf3d0044dfe720e5e52d338ffc7f4efec7e780cb2 (patch)
tree4cecb863df5e703ca58cd943f3c54c0544b1498a /features/dungeonSolvers/index.js
parentde27cdebfec9fafae6f686090039758d892196d7 (diff)
parent9ec9aa2d495df5a6c48b8edbd5fe31052d20b37b (diff)
downloadSoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.tar.gz
SoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.tar.bz2
SoopyV2-f3d0044dfe720e5e52d338ffc7f4efec7e780cb2.zip
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
Diffstat (limited to 'features/dungeonSolvers/index.js')
-rw-r--r--features/dungeonSolvers/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js
index e230781..8cd5da0 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -549,10 +549,6 @@ class DungeonSolvers extends Feature {
} else {
this.spiritBearSpawnElement.setText("");
}
-
- for (let element of this.hudElements) {
- element.render();
- }
}
onWorldLoad() {