mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-09 19:08:59 +08:00
Fix issue with Kazuha E
This commit is contained in:
parent
05325464a3
commit
73a9d82cf5
@ -281,7 +281,7 @@ namespace cheat::feature
|
|||||||
RapidFire& rapidFire = RapidFire::GetInstance();
|
RapidFire& rapidFire = RapidFire::GetInstance();
|
||||||
|
|
||||||
if (rapidFire.f_MultiAnimation && IsAttackByAvatar(attacker))
|
if (rapidFire.f_MultiAnimation && IsAttackByAvatar(attacker))
|
||||||
processItem->fields.lastTime = -1;
|
processItem->fields.lastTime = 0;
|
||||||
|
|
||||||
CALL_ORIGIN(VCAnimatorEvent_HandleProcessItem_Hook, __this, processItem, processStateInfo, mode, method);
|
CALL_ORIGIN(VCAnimatorEvent_HandleProcessItem_Hook, __this, processItem, processStateInfo, mode, method);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user