diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 21:21:56 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 21:21:56 +0800 |
commit | 38b52c027450cb4c26d62a3beb5822c6c607e8c2 (patch) | |
tree | d1edf41d0aea845f763a48d2a1258b06d9c7b40a /features/globalSettings | |
parent | 5139209b268a6f34b2fa65b3963f451a4e316ce6 (diff) | |
download | SoopyV2-38b52c027450cb4c26d62a3beb5822c6c607e8c2.tar.gz SoopyV2-38b52c027450cb4c26d62a3beb5822c6c607e8c2.tar.bz2 SoopyV2-38b52c027450cb4c26d62a3beb5822c6c607e8c2.zip |
Add basic performance tracking, will make this a dedicated gui sometime
Diffstat (limited to 'features/globalSettings')
-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(()=>{ |