From d36dbde865aec68f7fd564977cdf8e9c5912edbe Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 23 Nov 2021 23:01:10 +0800 Subject: - Finish streamgui - some more information in settings menus - random fixes --- featureClass/featureManager.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'featureClass') diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index d52d892..538bd91 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -495,6 +495,7 @@ class FeatureManager { } } -const featureManager = new FeatureManager(); - -export default featureManager; \ No newline at end of file +if(!global.soopyv2featuremanagerthing){ + global.soopyv2featuremanagerthing = new FeatureManager() +} +export default global.soopyv2featuremanagerthing \ No newline at end of file -- cgit