diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
| commit | d36dbde865aec68f7fd564977cdf8e9c5912edbe (patch) | |
| tree | 41bb451cd1f8407a094a834a1cb1db301ff92bf7 /featureClass | |
| parent | ce112c714b740c0e9e958f2016091bd3f01d7ba6 (diff) | |
| download | SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.gz SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.bz2 SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.zip | |
- Finish streamgui
- some more information in settings menus
- random fixes
Diffstat (limited to 'featureClass')
| -rw-r--r-- | featureClass/featureManager.js | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
