Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-10-22 22:12:36 +02:00 committed by GitHub
parent 2068150d95
commit eac4110519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @name BDFDB
* @author DevilBro
* @authorId 278543574059057154
* @version 2.8.6
* @version 2.8.7
* @description Required Library for DevilBro's Plugins
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -8566,13 +8566,12 @@ module.exports = (_ => {
requestLibraryHashes(true);
this.loaded = true;
if (!BDFDB.BDUtils.isPluginEnabled(this.name)) BDFDB.BDUtils.enablePlugin(this.name);
}
start () {
if (!this.loaded) this.load();
}
stop () {
if (!BDFDB.BDUtils.isPluginEnabled(this.name)) BDFDB.BDUtils.enablePlugin(this.name);
}
getSettingsPanel (collapseStates = {}) {