stuff
This commit is contained in:
parent
d8620c4678
commit
c021b34ada
|
@ -22,6 +22,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
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 {
|
||||||
getName () {return config.info.name;}
|
getName () {return config.info.name;}
|
||||||
getAuthor () {return config.info.author;}
|
getAuthor () {return config.info.author;}
|
||||||
|
|
Loading…
Reference in New Issue