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 = {
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: {},