diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-21 19:45:21 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-21 19:45:21 +0800 |
commit | a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235 (patch) | |
tree | bc17dee4d2a1e51341f14bb8565cc6a6d20c57d9 /features/dataLoader | |
parent | e0e237c8831cb483ef945856b3d5355d0f647a50 (diff) | |
download | SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.gz SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.bz2 SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.zip |
+ dragon leaderboard display
Diffstat (limited to 'features/dataLoader')
-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 } |