diff options
Diffstat (limited to 'src/features/dungeonMap2/index.js')
-rw-r--r-- | src/features/dungeonMap2/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/dungeonMap2/index.js b/src/features/dungeonMap2/index.js index 199bc05..026b09a 100644 --- a/src/features/dungeonMap2/index.js +++ b/src/features/dungeonMap2/index.js @@ -189,7 +189,6 @@ class DungeonMap extends Feature { } isInDungeon() { - if (!this.FeatureManager || !this.FeatureManager.features["dataLoader"]) return false return this.FeatureManager.features["dataLoader"].class.isInDungeon } |