Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Remove uneeded check which can crash when an actor channel which is p…
Browse files Browse the repository at this point in the history
…ending dormancy has a deleted actor (#1413)
  • Loading branch information
joshuahuburn authored and improbable-valy committed Oct 9, 2019
1 parent 73c5012 commit 8046eb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,6 @@ bool USpatialReceiver::IsPendingOpsOnChannel(USpatialActorChannel* Channel)

// Don't allow Actors to go dormant if they have any pending operations waiting on their channel
check(Channel);
check(Channel->Actor);

for (const auto& UnresolvedRef : UnresolvedRefsMap)
{
Expand Down

0 comments on commit 8046eb8

Please sign in to comment.