aboutsummaryrefslogtreecommitdiff
path: root/featureClass
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 00:27:29 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 00:27:29 +0800
commit7c7001adc87d60d55125c737a887e5724b0454b3 (patch)
tree632ca08fc94e1a1e2215539c44e9552232f65c4b /featureClass
parenta503e9dd2fb936cf94ab79546161401db06acc40 (diff)
downloadSoopyV2-7c7001adc87d60d55125c737a887e5724b0454b3.tar.gz
SoopyV2-7c7001adc87d60d55125c737a887e5724b0454b3.tar.bz2
SoopyV2-7c7001adc87d60d55125c737a887e5724b0454b3.zip
asd
Diffstat (limited to 'featureClass')
-rw-r--r--featureClass/featureManager.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index 0f0edeb..afbf683 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -9,6 +9,7 @@ import { fetch } from "../utils/networkUtils";
import NonPooledThread from "../utils/nonPooledThread";
import { setRendering } from "../utils/renderJavaUtils";
import { registerForge as registerForgeBase, unregisterForge as unregisterForgeBase } from "./forgeEvents.js"
+import { delay } from "../utils/delayUtils"
const JSLoader = Java.type("com.chattriggers.ctjs.engine.langs.js.JSLoader")
const UrlModuleSourceProvider = Java.type("org.mozilla.javascript.commonjs.module.provider.UrlModuleSourceProvider")