diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 17:07:49 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 17:07:49 +0800 |
commit | f9085b19e0bc3d4bc28fc13a5603a31a91ee7c20 (patch) | |
tree | ddc15e284c7e800bef0321ac5c7f0a028f56409b /features/globalSettings/index.js | |
parent | 84c0f2e026ebfa9017dacc1f8bfde9647315392a (diff) | |
download | SoopyV2-f9085b19e0bc3d4bc28fc13a5603a31a91ee7c20.tar.gz SoopyV2-f9085b19e0bc3d4bc28fc13a5603a31a91ee7c20.tar.bz2 SoopyV2-f9085b19e0bc3d4bc28fc13a5603a31a91ee7c20.zip |
- unload all modules on game unload event
- make all chatlib chats use soopyv2 prefix
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index dd3d922..c044a4e 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -200,7 +200,7 @@ class Hud extends Feature { } newKey(key, event){ - ChatLib.chat("&c[SOOPY V2] Copied api key!") + ChatLib.chat(this.FeatureManager.messagePrefix + "Copied api key!") this.apiKeySetting.setValue(key) } |