mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fixed spectating on high versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user