diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9dd9e353db..98a3ab92cf 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -18,6 +18,7 @@ module.exports = (_ => { const BDFDB = { started: true }; + var Internal = {}; return class BDFDB_Frame { constructor (meta) {for (let key in meta) { @@ -36,7 +37,7 @@ module.exports = (_ => { var changeLogs = {}; - const Internal = Object.assign({}, BDFDB, { + Internal = Object.assign({}, BDFDB, { patchPriority: 0, forceSyncData: true, settings: {},