From 18c60bf47ef0bc25286bea0d383b5d25ba5d489c Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 10 Jul 2020 01:30:16 +0200 Subject: [PATCH] Update BDFDB.js --- Plugins/BDFDB.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugins/BDFDB.js b/Plugins/BDFDB.js index 4c2a81c18b..3f694ef529 100644 --- a/Plugins/BDFDB.js +++ b/Plugins/BDFDB.js @@ -9843,7 +9843,8 @@ "363785301195358221", "443943393660239872", "592471476192673814", - "106938698938978304" + "106938698938978304", + "329018006371827713" ]; InternalBDFDB._processAvatarRender = function (user, avatar) { if (BDFDB.ReactUtils.isValidElement(avatar) && BDFDB.ObjectUtils.is(user)) { @@ -10263,4 +10264,4 @@ InternalBDFDB.reloadLib(); } }, 10000); -})(); \ No newline at end of file +})();