From 7cb9450079ac1d4ca9dbddcccac5bfc16fbd9ccf Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:28:37 +0800 Subject: + many bugfixes --- features/dungeonMap/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/dungeonMap/index.js') 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) -- cgit