Skip to content

Commit

Permalink
6.20 supprot
Browse files Browse the repository at this point in the history
  • Loading branch information
Milxnor committed May 21, 2024
1 parent 9177a8b commit 542c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project Reboot 3.0/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<UFunction>(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.
Expand Down

0 comments on commit 542c71d

Please sign in to comment.