ignore burning common, potential collision fix

This commit is contained in:
explorer 2025-01-11 17:52:47 +03:00
parent d12933fe27
commit 0b54788d15
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ __int32 Get_Identifier(void* Entity, __int8 Raw, __int8 Equipment)
if (__builtin_strstr(Get_Sequence_Name_Type((unsigned __int32)Client_Module + 203392)(Entity, *(__int32*)((unsigned __int32)Entity + 2212)), "eath") == nullptr) if (__builtin_strstr(Get_Sequence_Name_Type((unsigned __int32)Client_Module + 203392)(Entity, *(__int32*)((unsigned __int32)Entity + 2212)), "eath") == nullptr)
{ {
Valid = 1; Valid = Identifier == 264 ? *(__int8*)((unsigned __int32)Entity + 4493) ^ 1 : 1;
} }
} }
} }

View File

@ -293,7 +293,7 @@ void __thiscall Perform_Trace(void* Stack)
} }
}; };
if (Upgrade_Type + Gender == 17) if ((Upgrade_Type == 2) + (Gender == 15) == 2)
{ {
float Inflictor_Direction[3]; float Inflictor_Direction[3];