From 46c2fd28691f3be2207445b44ff6d839ba9d17c6 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:03:11 +0800 Subject: changes --- features/dataLoader/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/dataLoader/index.js') 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 } -- cgit