diff options
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r-- | features/globalSettings/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index f7ae0b0..eb1e088 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -9,6 +9,7 @@ import GuiPage from "../soopyGui/GuiPage" import SoopyTextElement from "../../../guimanager/GuiElement/SoopyTextElement"; import Notification from "../../../guimanager/Notification"; import logger from "../../logger"; +import soopyV2Server from "../../socketConnection"; const Files = Java.type("java.nio.file.Files") const Paths = Java.type("java.nio.file.Paths") const JavaString = Java.type("java.lang.String") @@ -42,6 +43,8 @@ class Hud extends Feature { // this.GuiPage = new FirstLoadingPage(this) + soopyV2Server.reportErrorsSetting = this.reportErrorsSetting + this.registerChat("&aYour new API key is &r&b${key}&r", this.newKey) // new Thread(()=>{ |