mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 02:24:15 +01:00
fix gpose together charas getting their collection nuked going outside gpose
This commit is contained in:
parent
92dc3437c9
commit
238e20594c
4 changed files with 36 additions and 20 deletions
|
|
@ -981,7 +981,7 @@ public sealed partial class CharaDataManager : DisposableMediatorSubscriberBase
|
|||
if (string.IsNullOrEmpty(handledActor)) return;
|
||||
UiBlockingComputation = Task.Run(async () =>
|
||||
{
|
||||
await _characterHandler.RevertHandledChara(handledActor, false).ConfigureAwait(false);
|
||||
await _characterHandler.RevertHandledChara(handledActor).ConfigureAwait(false);
|
||||
var gposeChara = await _dalamudUtilService.GetGposeCharacterFromObjectTableByNameAsync(handledActor, true).ConfigureAwait(false);
|
||||
if (gposeChara != null)
|
||||
await _ipcManager.Brio.DespawnActorAsync(gposeChara.Address).ConfigureAwait(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue