From cc3bf6dd87e54a22bd197abc0892a4b9cee401ea Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Sun, 30 Mar 2025 17:50:34 +0200 Subject: [PATCH] fix typo --- MareSynchronos/WebAPI/SignalR/ApiController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/WebAPI/SignalR/ApiController.cs b/MareSynchronos/WebAPI/SignalR/ApiController.cs index 2bc8aff..590b7ad 100644 --- a/MareSynchronos/WebAPI/SignalR/ApiController.cs +++ b/MareSynchronos/WebAPI/SignalR/ApiController.cs @@ -263,7 +263,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM Mediator.Publish(new NotificationMessage("Modified Game Files detected", "Dalamud is reporting your FFXIV installation has modified game files. Any mods installed through TexTools will produce this message. " + "Mare Synchronos, Penumbra, and some other plugins assume your FFXIV installation is unmodified in order to work. " + - "Synchronization with pairs/shells can break because of this. Exit the game, open XIVLauncher, click the arrow next to Log In" + + "Synchronization with pairs/shells can break because of this. Exit the game, open XIVLauncher, click the arrow next to Log In " + "and select 'repair game files' to resolve this issue. Afterwards, do not install any mods with TexTools. Your plugin configurations will remain, as will mods enabled in Penumbra.", NotificationType.Error, TimeSpan.FromSeconds(15))); }