diff --git a/Source/Integration/LuprexGameModeBase.cpp b/Source/Integration/LuprexGameModeBase.cpp index e6f0d82c..03287bfa 100644 --- a/Source/Integration/LuprexGameModeBase.cpp +++ b/Source/Integration/LuprexGameModeBase.cpp @@ -123,7 +123,7 @@ void ALuprexGameModeBase::UpdatePossessedTangible() { if (pawn == nullptr) { if (ptan != nullptr) { TM->SetPossessedTangible(nullptr); - ctrl->Possess(nullptr); + ctrl->UnPossess(); } } else { if (ptan != tan) {