aboutsummaryrefslogtreecommitdiff
path: root/features/eventsGUI
diff options
context:
space:
mode:
Diffstat (limited to 'features/eventsGUI')
-rw-r--r--features/eventsGUI/index.js2
1 files changed, 1 insertions, 1 deletions
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) {