From 3d3fe9a969a57c429bddbb17d0495afa690ede95 Mon Sep 17 00:00:00 2001 From: Ekibunnel <7073622+Ekibunnel@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:29:05 +0200 Subject: [PATCH] Update TopRoleEverywhere.plugin.js fix --- Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js index b986f100e1..6fc0befb08 100644 --- a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js +++ b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js @@ -231,7 +231,7 @@ module.exports = (_ => { injectIdTag (children, user, type, config = {}) { if (!BDFDB.ArrayUtils.is(children) || !user) return; - children.push(insertIndex, 0, this.createTag({ + children.push(this.createTag({ name: user.id }, type, config)); }