diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-26 01:37:53 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-26 01:37:53 +0800 |
commit | 90e23afefe6b20cdbe1a71cbd602607c90630af8 (patch) | |
tree | ecbe8ebbaea87431322643c9aa3a6746ea4a3726 /features/globalSettings | |
parent | b396dea89d04f9307261a3852ea8547681e95f7f (diff) | |
download | SoopyV2-90e23afefe6b20cdbe1a71cbd602607c90630af8.tar.gz SoopyV2-90e23afefe6b20cdbe1a71cbd602607c90630af8.tar.bz2 SoopyV2-90e23afefe6b20cdbe1a71cbd602607c90630af8.zip |
Bugfixes
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index 2b09c2d..6f158ec 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -224,8 +224,6 @@ class Hud extends Feature { } onDisable(){ - this.fpsEnabledSetting.delete() - this.initVariables() } } |