mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
disable rebooting again
fixed looting bug, fixed parachute not auto deploying on some builds
This commit is contained in:
@@ -199,7 +199,7 @@ static inline uint64 FindFinishResurrection()
|
||||
|
||||
static inline uint64 FindGetSquadIdForCurrentPlayer()
|
||||
{
|
||||
auto Addrr = Memcury::Scanner::FindStringRef(L"GetSquadIdForCurrentPlayer failed to find a squad id for player %s").Get();
|
||||
auto Addrr = Memcury::Scanner::FindStringRef(L"GetSquadIdForCurrentPlayer failed to find a squad id for player %s", true, 0, Fortnite_Version >= 19).Get();
|
||||
|
||||
if (!Addrr)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user