diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 21:15:14 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-29 21:15:14 +0800 |
commit | d8aa514a40f3856376e50f180da3c3f79c608004 (patch) | |
tree | 82addd0df2d34e5d3fff980d6d71cdb1ce99562d /features/lockedFeatures/index.js | |
parent | c1f2703faf17aa31eafb28e7ae98c1b771b6e6ff (diff) | |
download | SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.tar.gz SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.tar.bz2 SoopyV2-d8aa514a40f3856376e50f180da3c3f79c608004.zip |
more forge side rendering changes
Diffstat (limited to 'features/lockedFeatures/index.js')
-rw-r--r-- | features/lockedFeatures/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/lockedFeatures/index.js b/features/lockedFeatures/index.js index 2826626..9314105 100644 --- a/features/lockedFeatures/index.js +++ b/features/lockedFeatures/index.js @@ -111,6 +111,7 @@ class LockedFeatures extends Feature { } onDisable() { + this.hudElements.forEach(h => h.delete()) this.initVariables() } } |