diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 21:28:37 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 21:28:37 +0800 |
commit | 7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf (patch) | |
tree | e5a90da95bd4dfd36856810fe0d44888127688cc /features/dungeonMap/index.js | |
parent | 42bcdf88fbaf3634dd96716f9eb9ee7172d730e1 (diff) | |
download | SoopyV2-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.js | 3 |
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) |