aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-15 21:28:37 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-15 21:28:37 +0800
commit7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf (patch)
treee5a90da95bd4dfd36856810fe0d44888127688cc /features/dungeonMap/index.js
parent42bcdf88fbaf3634dd96716f9eb9ee7172d730e1 (diff)
downloadSoopyV2-7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf.tar.gz
SoopyV2-7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf.tar.bz2
SoopyV2-7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf.zip
+ many bugfixes
Diffstat (limited to 'features/dungeonMap/index.js')
-rw-r--r--features/dungeonMap/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js
index cdc3ade..ced41d2 100644
--- a/features/dungeonMap/index.js
+++ b/features/dungeonMap/index.js
@@ -138,6 +138,9 @@ class DungeonMap extends Feature {
this.registerEvent("renderPlayerList", () => {
this.renderingPlayerList = true
})
+ this.registerEvent("renderDebug", () => {
+ this.renderingPlayerList = true
+ })
this.registerEvent("guiOpened", (event) => {
if (this.spiritLeapOverlay.getValue()) this.spiritLeapOverlayGui.guiOpened.call(this.spiritLeapOverlayGui, event)