From 542c71dc69b175d444771aa1460cb7c985193d5f Mon Sep 17 00:00:00 2001 From: Gray <84999745+Milxnor@users.noreply.github.com> Date: Mon, 20 May 2024 21:03:24 -0400 Subject: [PATCH] 6.20 supprot --- Project Reboot 3.0/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project Reboot 3.0/dllmain.cpp b/Project Reboot 3.0/dllmain.cpp index c5d4597..f13e459 100644 --- a/Project Reboot 3.0/dllmain.cpp +++ b/Project Reboot 3.0/dllmain.cpp @@ -1290,7 +1290,7 @@ DWORD WINAPI Main(LPVOID) AFortPlayerControllerAthena::ServerRequestSeatChangeHook, (PVOID*)&AFortPlayerControllerAthena::ServerRequestSeatChangeOriginal, false); // if (false) - if (Fortnite_Version > 6.10) // so on 6.10 there isa param and our little finder dont work for that so + if (Fortnite_Version > 6.20) // so on 6.20 & below there is a param and our little finder dont work for that so { Hooking::MinHook::Hook(FortPlayerControllerAthenaDefault, FindObject(L"/Script/FortniteGame.FortPlayerControllerGameplay.StartGhostMode"), // (Milxnor) TODO: This changes to a component in later seasons. AFortPlayerControllerAthena::StartGhostModeHook, (PVOID*)&AFortPlayerControllerAthena::StartGhostModeOriginal, false, true); // We can exec hook since it only gets called via blueprint.