mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
debounce, ignore processing when dead only in duty
This commit is contained in:
parent
85058379e7
commit
11535caf7e
2 changed files with 5 additions and 3 deletions
|
|
@ -614,7 +614,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||
|
||||
private unsafe void FrameworkOnUpdateInternal()
|
||||
{
|
||||
if (_clientState.LocalPlayer?.IsDead ?? false)
|
||||
if ((_clientState.LocalPlayer?.IsDead ?? false) && _condition[ConditionFlag.BoundByDuty])
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue