mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix some fortnite versions late
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user