mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
further fixes
This commit is contained in:
parent
b2b42b40c4
commit
e461c6d5c9
9 changed files with 85 additions and 39 deletions
|
|
@ -303,7 +303,12 @@ public class CachedPlayer : MediatorSubscriberBase, IDisposable
|
|||
CancellationTokenSource applicationTokenSource = new();
|
||||
applicationTokenSource.CancelAfter(TimeSpan.FromSeconds(30));
|
||||
|
||||
if (handler.Address == IntPtr.Zero) return;
|
||||
if (handler.Address == IntPtr.Zero)
|
||||
{
|
||||
if (handler != _currentOtherChara) handler.Dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
_logger.LogDebug("[{applicationId}] Applying Customization Data for {handler}", applicationId, handler);
|
||||
_dalamudUtil.WaitWhileCharacterIsDrawing(_logger, handler, applicationId, 30000);
|
||||
foreach (var change in changes.Value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue