From 84560d8c908aac910f26df284833e022f98ed9cf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 20 May 2021 21:04:25 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 3c41cbba73..1fca015643 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7787,7 +7787,7 @@ module.exports = (_ => { InternalBDFDB._processUserInfoNode = function (user, wrapper) { if (!user || !wrapper) return; if (InternalData.UserBackgrounds[user.id]) { - avatar.setAttribute(InternalData.userBannerAttribute, true); + wrapper.setAttribute(InternalData.userBannerAttribute, true); for (let property in InternalData.UserBackgrounds[user.id]) wrapper.style.setProperty(property, InternalData.UserBackgrounds[user.id][property], "important"); } };