mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fixed
This commit is contained in:
@@ -368,7 +368,6 @@ DWORD WINAPI Main(LPVOID)
|
||||
Addresses::SetupVersion();
|
||||
|
||||
NumElementsPerChunk = std::floor(Fortnite_Version) >= 5 && Fortnite_Version <= 6 ? 0x10400 : 0x10000; // Idk what version tbh
|
||||
bEnableRebooting = Addresses::RebootingDelegate && Addresses::FinishResurrection;
|
||||
|
||||
Offsets::FindAll(); // We have to do this before because FindCantBuild uses FortAIController.CreateBuildingActor
|
||||
Offsets::Print();
|
||||
@@ -378,6 +377,8 @@ DWORD WINAPI Main(LPVOID)
|
||||
Addresses::Init();
|
||||
Addresses::Print();
|
||||
|
||||
bEnableRebooting = Addresses::RebootingDelegate && Addresses::FinishResurrection;
|
||||
|
||||
LOG_INFO(LogDev, "Fortnite_CL: {}", Fortnite_CL);
|
||||
LOG_INFO(LogDev, "Fortnite_Version: {}", Fortnite_Version);
|
||||
LOG_INFO(LogDev, "Engine_Version: {}", Engine_Version);
|
||||
|
||||
Reference in New Issue
Block a user