diff --git a/Plugins/ServerCounter/ServerCounter.plugin.js b/Plugins/ServerCounter/ServerCounter.plugin.js index 725b69b8aa..55f8fa04b8 100644 --- a/Plugins/ServerCounter/ServerCounter.plugin.js +++ b/Plugins/ServerCounter/ServerCounter.plugin.js @@ -2,7 +2,7 @@ * @name ServerCounter * @author DevilBro * @authorId 278543574059057154 - * @version 1.0.4 + * @version 1.0.5 * @description Adds a Server Counter to the Server List * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -17,7 +17,7 @@ module.exports = (_ => { "info": { "name": "ServerCounter", "author": "DevilBro", - "version": "1.0.4", + "version": "1.0.5", "description": "Adds a Server Counter to the Server List" } }; @@ -78,11 +78,11 @@ module.exports = (_ => { } onStart () { - BDFDB.PatchUtils.forceAllUpdates(this); + BDFDB.GuildUtils.rerenderAll(); } onStop () { - BDFDB.PatchUtils.forceAllUpdates(this); + BDFDB.GuildUtils.rerenderAll(); } processGuilds (e) {