fast actions, fix versus crash

"immobilized" attacks in versus are also considered as action
This commit is contained in:
explorer
2024-12-22 14:35:23 +03:00
parent 7b440b4004
commit 8496bfcbeb
4 changed files with 75 additions and 16 deletions

View File

@ -62,7 +62,10 @@ void Redirected_Send_Move()
void* Network_Channel = *(void**)(*(unsigned __int32*)((unsigned __int32)Engine_Module + 4352236) + 24);
*(__int32*)((unsigned __int32)Network_Channel + 28) -= Extra_Commands_Queue;
if (*(__int32*)((unsigned __int32)Network_Channel + 16) != -1)
{
*(__int32*)((unsigned __int32)Network_Channel + 28) -= Extra_Commands_Queue;
}
using Send_Message_Type = void(__thiscall**)(void* Network_Channel, void* Message, void* Unknown_Parameter_1, void* Unknown_Parameter_2);