From 4411297dc00f5fa33864530756fbeeaf617bb2c7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:03:08 +0800 Subject: fixes --- features/friendsGUI/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/friendsGUI') 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)}) } -- cgit