Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-03-03 07:45:51 +01:00 committed by GitHub
parent 6013679c2f
commit 02bc3af481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ module.exports = (_ => {
catch (err) {BDFDB.LogUtils.error([strings, err], config);}
}};
BDFDB.LogUtils.log("Loading Library");
BDFDB.LogUtils.log("Loading Library.");
BDFDB.sameProto = function (a, b) {
if (a != null && typeof a == "object") return a.constructor && a.constructor.prototype && typeof a.constructor.prototype.isPrototypeOf == "function" && a.constructor.prototype.isPrototypeOf(b);