diff options
Diffstat (limited to 'features/dataLoader/index.js')
-rw-r--r-- | features/dataLoader/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/dataLoader/index.js b/features/dataLoader/index.js index d4134d2..c5dbb2c 100644 --- a/features/dataLoader/index.js +++ b/features/dataLoader/index.js @@ -158,6 +158,8 @@ class DataLoader extends Feature { if (!this.isInSkyblock) { this.stats = {} + this.isInDungeon = false + this.dungeonFloor = undefined return } |