fix winning on some versions + someone try 2.5 again pls

This commit is contained in:
Milxnor
2023-03-26 16:47:48 -04:00
parent 0af36d5dc1
commit 47126e9bac
2 changed files with 10 additions and 4 deletions

View File

@@ -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;
}