This commit is contained in:
Mirco Wittrien 2020-05-20 19:13:02 +02:00
parent a4458d8511
commit 2bd25bd92d
2 changed files with 1 additions and 2 deletions

View File

@ -2260,7 +2260,6 @@
else return null;
};
BDFDB.GuildUtils.openMenu = function (eleOrInfoOrId, e = BDFDB.InternalData.mousePosition) {
return;
if (!eleOrInfoOrId) return;
let id = Node.prototype.isPrototypeOf(eleOrInfoOrId) ? BDFDB.GuildUtils.getId(eleOrInfoOrId) : (typeof eleOrInfoOrId == "object" ? eleOrInfoOrId.id : eleOrInfoOrId);
let guild = LibraryModules.GuildStore.getGuild(id);

File diff suppressed because one or more lines are too long