mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix ls drop bug
This commit is contained in:
@@ -75,12 +75,14 @@ namespace Addresses
|
||||
extern inline uint64 FinishResurrection = 0;
|
||||
extern inline uint64 AddToAlivePlayers = 0;
|
||||
extern inline uint64 GameSessionPatch = 0;
|
||||
extern inline uint64 GetSessionInterface = 0; // Matchmaking
|
||||
|
||||
void SetupVersion(); // Finds Engine Version
|
||||
void FindAll();
|
||||
void Print();
|
||||
void Init();
|
||||
|
||||
|
||||
std::vector<uint64> GetFunctionsToReturnTrue();
|
||||
std::vector<uint64> GetFunctionsToNull();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user