Merge pull request #208 from Syphonfr/master

This commit is contained in:
Gray
2025-05-21 22:59:45 -04:00
committed by GitHub

View File

@@ -1632,6 +1632,11 @@ void AFortPlayerController::ClientOnPawnDiedHook(AFortPlayerController* PlayerCo
}
}
if (Fortnite_Version >= 15) // dk if this is correct
{
PlayerController->GetStateName() = UKismetStringLibrary::Conv_StringToName(L"Spectating");
}
if (IsRestartingSupported() && Globals::bAutoRestart && !bIsInAutoRestart)
{
// wht