aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonMap')
-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)