change modified game files message

This commit is contained in:
Stanley Dimant
2024-10-04 14:11:33 +02:00
parent e35ed1b529
commit ca2660beba

View File

@@ -226,7 +226,8 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM
Logger.LogError("Detected modified game files on connection"); Logger.LogError("Detected modified game files on connection");
if (!_mareConfigService.Current.DebugStopWhining) if (!_mareConfigService.Current.DebugStopWhining)
Mediator.Publish(new NotificationMessage("Modified Game Files detected", Mediator.Publish(new NotificationMessage("Modified Game Files detected",
"Mare has detected modified game files in your FFXIV installation. You will be able to connect, but the synchronization functionality might be (partially) broken. " + "Dalamud has reported modified game files in your FFXIV installation. " +
"You will be able to connect, but the synchronization functionality might be (partially) broken. " +
"Exit the game and repair it through XIVLauncher to get rid of this message.", "Exit the game and repair it through XIVLauncher to get rid of this message.",
NotificationType.Error, TimeSpan.FromSeconds(15))); NotificationType.Error, TimeSpan.FromSeconds(15)));
} }