diff --git a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index fc6965d..0c699c4 100644 Binary files a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset and b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset differ diff --git a/Source/PvPDemo/PvPDemoPlayerController.cpp b/Source/PvPDemo/PvPDemoPlayerController.cpp index 7e1b15e..6084db0 100644 --- a/Source/PvPDemo/PvPDemoPlayerController.cpp +++ b/Source/PvPDemo/PvPDemoPlayerController.cpp @@ -24,7 +24,6 @@ void APvPDemoPlayerController::BeginPlay() if (MainWidget) { MainWidget->AddToPlayerScreen(0); - } else { UE_LOG(LogPvPDemo, Error, TEXT("Could not spawn main widget."));