MLv2 force latest Xenolib

This commit is contained in:
_Lighty_ 2020-10-07 01:18:14 +02:00 committed by GitHub
parent 758acdc196
commit 7609594aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ module.exports = class MessageLoggerV2 {
const isOutOfDate = (lib, minVersion) => lib && lib._config && lib._config.info && lib._config.info.version && versionChecker(lib._config.info.version, minVersion);
const iXenoLib = BdApi.Plugins.get('XenoLib');
const iZeresPluginLibrary = BdApi.Plugins.get('ZeresPluginLibrary');
if (isOutOfDate(iXenoLib, '1.3.26')) XenoLibOutdated = true;
if (isOutOfDate(iXenoLib, '1.3.29')) XenoLibOutdated = true;
if (isOutOfDate(iZeresPluginLibrary, '1.2.23')) ZeresPluginLibraryOutdated = true;
}