aboutsummaryrefslogtreecommitdiff
path: root/features/dataLoader
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-21 19:45:21 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-21 19:45:21 +0800
commita2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235 (patch)
treebc17dee4d2a1e51341f14bb8565cc6a6d20c57d9 /features/dataLoader
parente0e237c8831cb483ef945856b3d5355d0f647a50 (diff)
downloadSoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.gz
SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.bz2
SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.zip
+ dragon leaderboard display
Diffstat (limited to 'features/dataLoader')
-rw-r--r--features/dataLoader/index.js2
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
}