mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fixed hella stuff
fixed s16+ emoting, fixed aircraftjumpoing + picking up + abilities fixed + looting on s19, fixed directional issues on a lot of versions, fixed winsign + slomo on s16+, item drop may be fixed
This commit is contained in:
@@ -242,6 +242,10 @@ void Addresses::FindAll()
|
||||
LOG_INFO(LogDev, "Finding GetMaxTickRate");
|
||||
|
||||
Addresses::GetMaxTickRate = FindGetMaxTickRate();
|
||||
|
||||
LOG_INFO(LogDev, "Finding RemoveFromAlivePlayers");
|
||||
Addresses::RemoveFromAlivePlayers = FindRemoveFromAlivePlayers();
|
||||
|
||||
LOG_INFO(LogDev, "Finished finding!");
|
||||
}
|
||||
|
||||
@@ -292,6 +296,7 @@ void Addresses::Print()
|
||||
LOG_INFO(LogDev, "CallPreReplication: 0x{:x}", CallPreReplication - Base);
|
||||
LOG_INFO(LogDev, "OnRep_ZiplineState: 0x{:x}", OnRep_ZiplineState - Base);
|
||||
LOG_INFO(LogDev, "GetMaxTickRate: 0x{:x}", GetMaxTickRate - Base);
|
||||
LOG_INFO(LogDev, "RemoveFromAlivePlayers: 0x{:x}", RemoveFromAlivePlayers - Base);
|
||||
}
|
||||
|
||||
void Offsets::FindAll()
|
||||
|
||||
Reference in New Issue
Block a user