aboutsummaryrefslogtreecommitdiff
path: root/features/hud
diff options
context:
space:
mode:
Diffstat (limited to 'features/hud')
-rw-r--r--features/hud/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index b01d156..b042850 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -703,7 +703,7 @@ class Hud extends Feature {
}
updateHudThingos() {
- let insb = this.FeatureManager.features["dataLoader"].class.isInSkyblock
+ let insb = !!this.FeatureManager.features["dataLoader"]?.class?.isInSkyblock
this.hudStat.forEach(stat => {
if (stat.enabled.getValue()) {