fix 11.00 win

This commit is contained in:
Gray
2024-01-15 11:28:14 -05:00
parent d5e446dad2
commit c0c37bf5ba
3 changed files with 9 additions and 3 deletions

View File

@@ -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");