add priority framework execution for transient resource manager
This commit is contained in:
@@ -560,6 +560,8 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
||||
if (!IsInCombat)
|
||||
Mediator.Publish(new FrameworkUpdateMessage());
|
||||
|
||||
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
||||
|
||||
if (DateTime.Now < _delayedFrameworkUpdateCheck.AddSeconds(1)) return;
|
||||
|
||||
var localPlayer = _clientState.LocalPlayer;
|
||||
|
||||
Reference in New Issue
Block a user