aboutsummaryrefslogtreecommitdiff
path: root/features/dataLoader/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-08 20:03:11 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-08 20:03:11 +0800
commit46c2fd28691f3be2207445b44ff6d839ba9d17c6 (patch)
treeb3b8ca22654191617ff8bea569c9e94e121c88fd /features/dataLoader/index.js
parent63e7b19f1c7d1447a2c09be258b3aef69cf00450 (diff)
downloadSoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.gz
SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.bz2
SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.zip
changes
Diffstat (limited to 'features/dataLoader/index.js')
-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 e06925c..dbaf841 100644
--- a/features/dataLoader/index.js
+++ b/features/dataLoader/index.js
@@ -14,6 +14,7 @@ class DataLoader extends Feature {
this.stats = {}
this.area = undefined
+ this.areaFine = undefined
this.isInSkyblock = false
@@ -39,6 +40,7 @@ class DataLoader extends Feature {
worldLoad(){
this.area = undefined
+ this.areaFine = undefined
this.worldLoaded = true
}