Skip to content

Commit

Permalink
[CHINF-886][MS] Fixing a crash caused by the merge into release relat…
Browse files Browse the repository at this point in the history
…ed to the jira issue. (#111)
  • Loading branch information
MatthewSandfordImprobable authored Mar 4, 2020
1 parent d4e12ac commit 076f9f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void ADeploymentsPlayerController::BeginPlay()
return true;
});

SpatialWorkerConnection->Connect(true);
SpatialWorkerConnection->Connect(true, 0);
}

void ADeploymentsPlayerController::EndPlay(const EEndPlayReason::Type Reason)
Expand Down

0 comments on commit 076f9f3

Please sign in to comment.