Skip to content

Commit e3a0e19

Browse files
claude review
1 parent 1e11184 commit e3a0e19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Explorer/Assets/DCL/RealmNavigation/TeleportOperations/RemoveRemoteEntitiesTeleportOperation.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public RemoveRemoteEntitiesTeleportOperation(IRemoteEntities remoteEntities, Rem
2424

2525
protected override UniTask InternalExecuteAsync(TeleportParams teleportParams, CancellationToken ct)
2626
{
27-
// In-flight profile downloads and queued announcements from the previous realm must be dropped here:
28-
// otherwise they resolve after the teleport and TryCreateOrUpdateRemoteEntity rebuilds them as ghost avatars in the new realm.
27+
// Drop in-flight profile downloads and queued announcements from the previous realm must so they don't appear as ghosts
2928
remoteAnnouncements.Reset();
3029
remoteProfiles.Reset();
3130
remoteEntities.ForceRemoveAll(globalWorld);

0 commit comments

Comments
 (0)