Update MessageUtilities.plugin.js
This commit is contained in:
parent
33260c4f1b
commit
163e837913
|
@ -14,9 +14,7 @@
|
||||||
|
|
||||||
module.exports = (_ => {
|
module.exports = (_ => {
|
||||||
const changeLog = {
|
const changeLog = {
|
||||||
fixed: {
|
|
||||||
"ESC": "Works again"
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
||||||
|
|
Loading…
Reference in New Issue