From ac4bec7b9a9feb8372ede945f9869c197789c660 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:32:46 +0800 Subject: Location hud element --- src/features/dungeonMap/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/dungeonMap') diff --git a/src/features/dungeonMap/index.js b/src/features/dungeonMap/index.js index b3f1e5f..2003e85 100644 --- a/src/features/dungeonMap/index.js +++ b/src/features/dungeonMap/index.js @@ -26,7 +26,6 @@ class DungeonMap extends Feature { } isInDungeon() { - if (!this.FeatureManager || !this.FeatureManager.features["dataLoader"]) return false return this.FeatureManager.features["dataLoader"].class.isInDungeon } -- cgit