From 2dfbf0cb12dcaebf8dd52b9066fcc70ef6d14f49 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 13 Aug 2022 19:14:55 +0800 Subject: small fixes --- features/eventsGUI/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/eventsGUI') diff --git a/features/eventsGUI/index.js b/features/eventsGUI/index.js index af7a4f2..f7d20ed 100644 --- a/features/eventsGUI/index.js +++ b/features/eventsGUI/index.js @@ -26,7 +26,7 @@ class EventsGui extends Feature { // 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) }) - this.registerStep(false, 60, () => { this.GuiPage.pollData.call(this.GuiPage) }) + this.registerStep(false, 10, () => { this.GuiPage.pollData.call(this.GuiPage) }) } eventsDataUpdated(data) { -- cgit