mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix 11.00 win
This commit is contained in:
@@ -1082,7 +1082,7 @@ DWORD WINAPI Main(LPVOID)
|
||||
{
|
||||
int increaseOffset = 0x10;
|
||||
|
||||
if (Engine_Version >= 424 && std::floor(Fortnite_Version) < 18) // checked on 11.31, 12.41, 14.60, 15.10, 16.40, 17.30 and 18.40
|
||||
if (Fortnite_Version > 11.00 && std::floor(Fortnite_Version) < 18) // checked on 11.00, 11.31, 12.41, 14.60, 15.10, 16.40, 17.30 and 18.40
|
||||
increaseOffset += 0x8;
|
||||
|
||||
auto MoveSoundStimulusBroadcastIntervalOffset = FindOffsetStruct("/Script/FortniteGame.FortPlayerPawn", "MoveSoundStimulusBroadcastInterval");
|
||||
|
||||
Reference in New Issue
Block a user