Skip to content

Commit 656556f

Browse files
claude review
1 parent e3a0e19 commit 656556f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Explorer/Assets/DCL/Multiplayer/Profiles/RemoteProfiles/RemoteProfiles.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ private async UniTaskVoid TryDownloadAsync(RemoteAnnouncement remoteAnnouncement
117117
return;
118118

119119
// Reset() may have cancelled and cleared pendingProfiles while we were awaiting.
120-
// Without this guard a stale profile from a previous realm would slip into the next consumer pass and create a ghost avatar.
121120
if (cts.IsCancellationRequested || !pendingProfiles.TryGetValue(remoteAnnouncement.WalletId, out PendingRequest currentRequest))
122121
return;
123122

0 commit comments

Comments
 (0)