From f9085b19e0bc3d4bc28fc13a5603a31a91ee7c20 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 17 Nov 2021 17:07:49 +0800 Subject: - unload all modules on game unload event - make all chatlib chats use soopyv2 prefix --- features/globalSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/globalSettings/index.js') 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) } -- cgit