Skip to content

Commit fceb1ea

Browse files
authored
Update MessageLoggerV2.plugin.js
1 parent 983b628 commit fceb1ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Plugins/MessageLoggerV2/MessageLoggerV2.plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name MessageLoggerV2
3-
* @version 1.9.11
3+
* @version 1.9.13
44
* @invite NYvWdN5
55
* @donate https://paypal.me/lighty13
66
* @website https://1lighty.github.io/BetterDiscordStuff/?plugin=MessageLoggerV2
@@ -46,7 +46,7 @@ module.exports = class MessageLoggerV2 {
4646
return 'MessageLoggerV2';
4747
}
4848
getVersion() {
49-
return '1.9.11';
49+
return '1.9.13';
5050
}
5151
getAuthor() {
5252
return 'Lighty';
@@ -82,7 +82,7 @@ module.exports = class MessageLoggerV2 {
8282
if (isOutOfDate(iXenoLib, '1.4.34') || (iXenoLib && !((iXenoLib?._config?.info?.version?.split('.')?.length || 3) === 3))) XenoLibOutdated = true;
8383
if (isOutOfDate(iZeresPluginLibrary, '2.0.23')) ZeresPluginLibraryOutdated = true;
8484
}
85-
if (/* !global.XenoLib || !global.ZeresPluginLibrary || XenoLibOutdated || ZeresPluginLibraryOutdated */!BdApi.Plugins.get('XenoLib') || XenoLibOutdated) {
85+
if (/* !global.XenoLib || !global.ZeresPluginLibrary || XenoLibOutdated || ZeresPluginLibraryOutdated */(!BdApi.Plugins.get('XenoLib') && !global.XenoLib) || XenoLibOutdated) {
8686
this._XL_PLUGIN = true;
8787
// asking people to do simple tasks is stupid, relying on stupid modals that are *supposed* to help them is unreliable
8888
// forcing the download on enable is good enough

0 commit comments

Comments
 (0)