From 90e23afefe6b20cdbe1a71cbd602607c90630af8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:37:53 +0800 Subject: Bugfixes --- features/mining/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/mining') diff --git a/features/mining/index.js b/features/mining/index.js index c430e3a..214ffa7 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -127,6 +127,7 @@ class Mining extends Feature { } tick(){ + if(!this.FeatureManager.features["dataLoader"]) return if(this.guessBalHp.getValue() || this.balRespawnHud.getValue()){ if(this.FeatureManager.features["dataLoader"].class.area === "Crystal Hollows" && this.FeatureManager.features["dataLoader"].class.areaFine === "Khazad-dm"){ -- cgit