diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-14 00:31:27 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-14 00:31:27 +0800 |
commit | 99dbeef6058f8e30e763fd1b05470a36defa3d46 (patch) | |
tree | 6c928a088aca1c2c815438c589fd365b985a94c8 /featureClass | |
parent | 787f0865c044c84957da29f0b9ebf2d7799b3ffc (diff) | |
download | SoopyV2-99dbeef6058f8e30e763fd1b05470a36defa3d46.tar.gz SoopyV2-99dbeef6058f8e30e763fd1b05470a36defa3d46.tar.bz2 SoopyV2-99dbeef6058f8e30e763fd1b05470a36defa3d46.zip |
asdasd
Diffstat (limited to 'featureClass')
-rw-r--r-- | featureClass/class.js | 1 | ||||
-rw-r--r-- | featureClass/featureManager.js | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/class.js b/featureClass/class.js index 22614b1..5b17c40 100644 --- a/featureClass/class.js +++ b/featureClass/class.js @@ -1,5 +1,6 @@ /// <reference types="../../CTAutocomplete" /> /// <reference lib="es2015" /> +import { delay } from "../utils/delayUtils" class Feature { constructor() { diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index afbf683..0f0edeb 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -9,7 +9,6 @@ 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") |