From 6a676a90affa66c25562d675cbcefa558c21f2ad Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 12 Aug 2022 07:13:46 +0800 Subject: fix bug --- features/hud/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') 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()) { -- cgit