mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
fix winning on some versions + someone try 2.5 again pls
This commit is contained in:
@@ -101,6 +101,7 @@ inline __int64 GetFunctionIdxOrPtr(UFunction* Function)
|
||||
|
||||
if ((*(uint8_t*)(NativeAddr + i) == 0x41 && *(uint8_t*)(NativeAddr + i + 1) == 0xFF)) // wtf ue500
|
||||
{
|
||||
LOG_INFO(LogDev, "Uhhhhhh report this to milxnor if u not on 19.10 {}", Function->GetName());
|
||||
bFoundValidate = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user