From bb91711a63f90eb845836dee830498e474257e49 Mon Sep 17 00:00:00 2001 From: jyelon Date: Mon, 2 Mar 2026 17:17:23 -0500 Subject: [PATCH] Fix tiny bug. --- Source/Integration/LuprexGameModeBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {