diff --git a/ALOTInstallerCore/Helpers/MEMGUIUpdater.cs b/ALOTInstallerCore/Helpers/MEMGUIUpdater.cs index 432524e..4e2dc25 100644 --- a/ALOTInstallerCore/Helpers/MEMGUIUpdater.cs +++ b/ALOTInstallerCore/Helpers/MEMGUIUpdater.cs @@ -47,7 +47,7 @@ public class MEMGUIUpdater if (fileVersion >= 500) { // Force downgrade - Log.Warning(@"The local MEMGui version is higher than the supported version. We are forcibly downgrading this client."); + Log.Warning(@"[AICORE] The local MEMGui version is higher than the supported version. We are forcibly downgrading this version of MEM"); fileVersion = 0; } } diff --git a/ALOTInstallerCore/MEMUpdater.cs b/ALOTInstallerCore/MEMUpdater.cs index 0b5c244..8a854f9 100644 --- a/ALOTInstallerCore/MEMUpdater.cs +++ b/ALOTInstallerCore/MEMUpdater.cs @@ -61,12 +61,12 @@ public static void UpdateMEM(Action downloadProgressChanged = null, if (memVersion >= 500) { // Force downgrade - Log.Warning(@"The local MEMNoGui version is higher than the supported version. We are forcibly downgrading this client."); + Log.Warning(@"[AICORE] The local MEMNoGui version is higher than the supported version. We are forcibly downgrading this client."); memVersion = 0; } else if (memVersion > SoakTestingMEMVersion && !Settings.BetaMode) { - Log.Information(@"We are downgrading this client's MEMNoGui version"); + Log.Information(@"[AICORE] We are downgrading this client's MEMNoGui version to a supported version for stable"); memVersion = 0; }