From d8aa514a40f3856376e50f180da3c3f79c608004 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 29 May 2022 21:15:14 +0800 Subject: more forge side rendering changes --- features/mining/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/mining/index.js') diff --git a/features/mining/index.js b/features/mining/index.js index d028450..31fa716 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -322,6 +322,7 @@ class Mining extends Feature { } onDisable() { + this.hudElements.forEach(h => h.delete()) this.initVariables() } } -- cgit