diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-07 01:23:02 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-07 01:23:02 +0800 |
commit | 2154f49bceed1ac8eeb1111ea402ddd2b243679d (patch) | |
tree | a0bb6d7150068f8cf25be3d2146302c651c4415a /featureClass | |
parent | b7848e65afbd06a9a549ee31912425680ab11536 (diff) | |
download | SoopyV2-2154f49bceed1ac8eeb1111ea402ddd2b243679d.tar.gz SoopyV2-2154f49bceed1ac8eeb1111ea402ddd2b243679d.tar.bz2 SoopyV2-2154f49bceed1ac8eeb1111ea402ddd2b243679d.zip |
Add first load page (Still need to add the settings added in that though)
Diffstat (limited to 'featureClass')
-rw-r--r-- | featureClass/featureManager.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index d323397..cd44d6f 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -5,6 +5,7 @@ import logger from "../logger"; const File = Java.type("java.io.File") import metadata from "../metadata.js" import { registerForge as registerForgeBase, unregisterForge as unregisterForgeBase} from "./forgeEvents.js" +import soopyV2Server from "../socketConnection" class FeatureManager { constructor(){ |