Revert non-actor gposers as well

This commit is contained in:
Loporrit
2025-07-31 23:46:38 +00:00
parent b5d5892ec3
commit 72224c46b5
4 changed files with 90 additions and 19 deletions

View File

@@ -385,6 +385,10 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
}
}
}
else if (_dalamudUtil.IsInCutscene && !string.IsNullOrEmpty(name))
{
_noSnapService.AddGposerNamed(name);
}
}
catch (Exception ex)
{