overlook (binaries not affected)

This commit is contained in:
explorer 2024-10-18 04:07:32 +03:00
parent 2028a2886b
commit d9bf5dea6d

View File

@ -491,7 +491,7 @@ void __thiscall Redirected_Copy_Command(void* Unknown_Parameter, Command_Structu
{
__int8 Can_Attack = (*(float*)((unsigned __int32)Weapon + 2400) <= Global_Variables->Current_Time) * (*(__int32*)((unsigned __int32)Weapon + 2436) > 0 - Is_Melee * 2) * (*(float*)((unsigned __int32)Local_Player + 3872) <= Global_Variables->Current_Time);
if ((Weapon_Identifier == 96) + (Can_Attack ^ 1) == 0)
if (Healing + (Weapon_Identifier == 96) + (Can_Attack ^ 1) == 0)
{
Target_Structure* Aim_Target = nullptr;