Fix issue with Kazuha E

This commit is contained in:
Joaquin 2022-08-06 07:46:39 -06:00
parent e429147122
commit 97318b646c

View File

@ -281,7 +281,7 @@ namespace cheat::feature
RapidFire& rapidFire = RapidFire::GetInstance();
if (rapidFire.f_MultiAnimation && IsAttackByAvatar(attacker))
processItem->fields.lastTime = -1;
processItem->fields.lastTime = 0;
CALL_ORIGIN(VCAnimatorEvent_HandleProcessItem_Hook, __this, processItem, processStateInfo, mode, method);
}