Update MessageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2023-07-11 09:15:44 +02:00
parent 33260c4f1b
commit 163e837913
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@
module.exports = (_ => {
const changeLog = {
fixed: {
"ESC": "Works again"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {