diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-13 20:31:00 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-13 20:31:00 +0800 |
| commit | 51cb47c97c3ddba588c73c61c679500fe8f4277d (patch) | |
| tree | 2251eb1dc255012c32b176e10ea79a6855a6d16d /features/hud | |
| parent | b00cb40bbf38e27a4f133f8e181ecb68686cbd6c (diff) | |
| download | SoopyV2-51cb47c97c3ddba588c73c61c679500fe8f4277d.tar.gz SoopyV2-51cb47c97c3ddba588c73c61c679500fe8f4277d.tar.bz2 SoopyV2-51cb47c97c3ddba588c73c61c679500fe8f4277d.zip | |
maby fix soulflow (probs not)
Diffstat (limited to 'features/hud')
| -rw-r--r-- | features/hud/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/hud/index.js b/features/hud/index.js index 44ee38a..8609a72 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -490,12 +490,11 @@ class Hud extends Feature { this.petElement.setText(this.petText) } - if (Date.now() - this.lastUpdatedStatData > 5 * 60000 && this.soulflowEnabledSetting.getValue()) { + if (Date.now() - this.lastUpdatedStatData > 5 * 60000) { this.FeatureManager.features["dataLoader"].class.loadApiData("skyblock", false) this.lastUpdatedStatData = Date.now() - return } let soulflowCount = 0 |
