mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix some versions
fixed s18 (I think), did something to teams, reverted harvesting thing because it was buggy
This commit is contained in:
@@ -220,7 +220,7 @@ static inline uint64 FindRebootingDelegate()
|
||||
if (Fortnite_Version < 8.3)
|
||||
return 0;
|
||||
|
||||
auto ServerOnAttemptInteractAddr = Memcury::Scanner::FindStringRef(L"[SCM] ABuildingGameplayActorSpawnMachine::ServerOnAttemptInteract - Start Rebooting").Get();
|
||||
auto ServerOnAttemptInteractAddr = Memcury::Scanner::FindStringRef(L"[SCM] ABuildingGameplayActorSpawnMachine::ServerOnAttemptInteract - Start Rebooting", true, 0, Fortnite_Version >= 16).Get();
|
||||
|
||||
for (int i = 0; i < 10000; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user