Fix tiny bug.

This commit is contained in:
2026-03-02 17:17:23 -05:00
parent e491c9db4e
commit bb91711a63

View File

@@ -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) {