mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:07:22 +01:00
add priority framework execution for transient resource manager
This commit is contained in:
parent
01ac0e476b
commit
7caa04a763
3 changed files with 4 additions and 1 deletions
|
|
@ -520,6 +520,8 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||
if (!IsInCombatOrPerforming)
|
||||
Mediator.Publish(new FrameworkUpdateMessage());
|
||||
|
||||
Mediator.Publish(new PriorityFrameworkUpdateMessage());
|
||||
|
||||
if (DateTime.Now < _delayedFrameworkUpdateCheck.AddSeconds(1)) return;
|
||||
|
||||
var localPlayer = _clientState.LocalPlayer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue