diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 216ee0cf33..c26b79050d 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1551,6 +1551,7 @@ module.exports = (_ => { var Tooltips = []; BDFDB.TooltipUtils = {}; BDFDB.TooltipUtils.create = function (anker, text, config = {}) { + if (!text && !config.guild) return null; let itemLayerContainer = document.querySelector(BDFDB.dotCN.appmount + " > " + BDFDB.dotCN.itemlayercontainer); if (!itemLayerContainer || !Node.prototype.isPrototypeOf(anker) || !document.contains(anker)) return null; let id = BDFDB.NumberUtils.generateId(Tooltips);