actually fix 19.20 the last one was 21.10 fixed

This commit is contained in:
Gray
2025-07-19 20:41:20 -04:00
parent 6e9e18b762
commit 498e74aead
3 changed files with 6 additions and 6 deletions

View File

@@ -442,9 +442,9 @@ void Offsets::FindAll()
Offsets::ServerReplicateActors = 0x5E;
else if (Fortnite_Version >= 15.3 && Engine_Version < 500) // 15.3-18 = 0x5F
Offsets::ServerReplicateActors = 0x5F;
else if (Fortnite_Version == 19.40)
else if (Fortnite_Version >= 19.20 && Fortnite_Version <= 20)
Offsets::ServerReplicateActors = 0x65;
else if (std::floor(Fortnite_Version) >= 19 && std::floor(Fortnite_Version) <= 20)
else if (Fortnite_Version >= 19 && Fortnite_Version <= 19.10)
Offsets::ServerReplicateActors = 0x66;
else if (std::floor(Fortnite_Version) >= 21)
Offsets::ServerReplicateActors = 0x67; // checked onb 22.30