fix some fortnite versions late

This commit is contained in:
Gray
2025-08-01 10:58:41 -04:00
parent c072b7fb2f
commit 532a0f85d6
9 changed files with 16 additions and 8 deletions

View File

@@ -519,7 +519,11 @@ void Offsets::FindAll()
}
if (Fortnite_Version >= 23)
{
Offsets::ReplicationFrame = 0x440; // checked on 23.40 & 23.50
Offsets::ReplicationFrame = 0x440; // checked on 23.40 & 23.50 & 24.00 & 24.10 & 24.30 & 24.40
}
if (Fortnite_Version == 24.20) // GG
{
Offsets::ReplicationFrame = 0x438;
}
Offsets::IsNetRelevantFor = FindIsNetRelevantForOffset();