From affa0f9655817ecba34f6d4042b0e2620958b91e Mon Sep 17 00:00:00 2001 From: Syphon <144607268+Syphonfr@users.noreply.github.com> Date: Wed, 21 May 2025 21:25:18 -0500 Subject: [PATCH] fixed spectating on high versions --- Project Reboot 3.0/FortPlayerController.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project Reboot 3.0/FortPlayerController.cpp b/Project Reboot 3.0/FortPlayerController.cpp index 4d55cb7..e7d65ed 100644 --- a/Project Reboot 3.0/FortPlayerController.cpp +++ b/Project Reboot 3.0/FortPlayerController.cpp @@ -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