Add PluginWatcherService

This commit is contained in:
Loporrit
2025-06-25 13:14:42 +00:00
parent c65d3c9934
commit d8232e9cf4
5 changed files with 127 additions and 2 deletions

View File

@@ -606,11 +606,11 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
_classJobId = localPlayer.ClassJob.RowId;
}
Mediator.Publish(new PriorityFrameworkUpdateMessage());
if (!IsInCombatOrPerforming)
Mediator.Publish(new FrameworkUpdateMessage());
Mediator.Publish(new PriorityFrameworkUpdateMessage());
if (isNormalFrameworkUpdate)
return;