mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fixes for zoning race condition, add better logging
This commit is contained in:
parent
e70290975d
commit
fea035c76a
3 changed files with 58 additions and 49 deletions
|
|
@ -109,7 +109,7 @@ public class Pair
|
|||
if (CachedPlayer == null) return;
|
||||
if (LastReceivedCharacterData == null) return;
|
||||
|
||||
CachedPlayer.ApplyCharacterData(RemoveNotSyncedFiles(LastReceivedCharacterData.DeepClone())!, forced);
|
||||
CachedPlayer.ApplyCharacterData(Guid.NewGuid(), RemoveNotSyncedFiles(LastReceivedCharacterData.DeepClone())!, forced);
|
||||
}
|
||||
|
||||
public void CreateCachedPlayer(OnlineUserIdentDto? dto = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue