aboutsummaryrefslogtreecommitdiff
path: root/features/friendsGUI
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-02 17:03:08 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-02 17:03:08 +0800
commit4411297dc00f5fa33864530756fbeeaf617bb2c7 (patch)
treeac5438f1007d468d330dcbfe770956fedc1b4d2d /features/friendsGUI
parent76eb246b585318f1fd93b0492d6fdcb7b27be3ea (diff)
downloadSoopyV2-4411297dc00f5fa33864530756fbeeaf617bb2c7.tar.gz
SoopyV2-4411297dc00f5fa33864530756fbeeaf617bb2c7.tar.bz2
SoopyV2-4411297dc00f5fa33864530756fbeeaf617bb2c7.zip
fixes
Diffstat (limited to 'features/friendsGUI')
-rw-r--r--features/friendsGUI/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/friendsGUI/index.js b/features/friendsGUI/index.js
index 51335a9..0ad6bd3 100644
--- a/features/friendsGUI/index.js
+++ b/features/friendsGUI/index.js
@@ -18,7 +18,7 @@ class FriendsGui extends Feature {
this.GuiPage = new SettingPage()
- this.registerChat("&9-----------------------------------------------------&r&9${*}&r&9 ${*} &6Friends (Page ${pagenum} of ${maxpages})${friendslist}&r&9-----------------------------------------------------&r", (...args)=>{this.GuiPage.friendListMessageEvent.call(this.GuiPage, ...args)})
+ this.registerChat("&9&m-----------------------------------------------------&r&9${*}&r&9 ${*} &6Friends (Page ${pagenum} of ${maxpages})${friendslist}&r&9&m-----------------------------------------------------&r", (...args)=>{this.GuiPage.friendListMessageEvent.call(this.GuiPage, ...args)})
this.registerStep(true, 5, ()=>{this.GuiPage.regenGuiElements.call(this.GuiPage)})
}