aboutsummaryrefslogtreecommitdiff
path: root/src/features/dungeonMap/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/dungeonMap/index.js')
-rw-r--r--src/features/dungeonMap/index.js1
1 files changed, 0 insertions, 1 deletions
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
}