Rename IpcCallerMare, implement checking for Lightless/Snowcloak.

- Do not sync with pairs handled by Lightless/Snowcloak.
- Easy to add extra clients into this list.
This commit is contained in:
2025-09-11 15:28:04 +01:00
parent 74c83abe91
commit 6b7f9a6ea0
7 changed files with 103 additions and 210 deletions

View File

@@ -178,7 +178,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<IpcCallerMoodles>();
collection.AddSingleton<IpcCallerPetNames>();
collection.AddSingleton<IpcCallerBrio>();
collection.AddSingleton<IpcCallerMare>();
collection.AddSingleton<IpcCallerOtherSync>();
collection.AddSingleton<IpcManager>();
collection.AddSingleton<NotificationService>();