From 8737382ca64576959954dab3617e215cf6e701b8 Mon Sep 17 00:00:00 2001 From: Matthew Sandford Date: Wed, 4 Mar 2020 14:13:04 +0000 Subject: [PATCH] [CHINF-886][MS] Fixing a crash caused by the merge into release related to the jira issue. --- .../Private/Deployments/DeploymentsPlayerController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Source/GDKShooter/Private/Deployments/DeploymentsPlayerController.cpp b/Game/Source/GDKShooter/Private/Deployments/DeploymentsPlayerController.cpp index cc8324a1..91be96b5 100644 --- a/Game/Source/GDKShooter/Private/Deployments/DeploymentsPlayerController.cpp +++ b/Game/Source/GDKShooter/Private/Deployments/DeploymentsPlayerController.cpp @@ -28,7 +28,7 @@ void ADeploymentsPlayerController::BeginPlay() return true; }); - SpatialWorkerConnection->Connect(true); + SpatialWorkerConnection->Connect(true, 0); } void ADeploymentsPlayerController::EndPlay(const EEndPlayReason::Type Reason)