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