Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-02 11:53:55 +02:00
parent 94bfa9ee17
commit 87d6220bbd
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ module.exports = (_ => {
const BDFDB = { const BDFDB = {
started: true started: true
}; };
var Internal = {};
return class BDFDB_Frame { return class BDFDB_Frame {
constructor (meta) {for (let key in meta) { constructor (meta) {for (let key in meta) {
@ -36,7 +37,7 @@ module.exports = (_ => {
var changeLogs = {}; var changeLogs = {};
const Internal = Object.assign({}, BDFDB, { Internal = Object.assign({}, BDFDB, {
patchPriority: 0, patchPriority: 0,
forceSyncData: true, forceSyncData: true,
settings: {}, settings: {},