mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
The day has come where 19.40 is playable
This commit is contained in:
@@ -445,6 +445,8 @@ 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)
|
||||
Offsets::ServerReplicateActors = 0x65;
|
||||
else if (std::floor(Fortnite_Version) >= 19 && std::floor(Fortnite_Version) <= 20)
|
||||
Offsets::ServerReplicateActors = 0x66;
|
||||
else if (std::floor(Fortnite_Version) >= 21)
|
||||
|
||||
Reference in New Issue
Block a user