aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r--features/globalSettings/index.js2
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)
}