Forgot Call Origin
oops
This commit is contained in:
parent
15f493c74d
commit
5912d4e4ed
@ -84,7 +84,7 @@ namespace cheat::feature
|
|||||||
ImGui::Unindent();
|
ImGui::Unindent();
|
||||||
|
|
||||||
ConfigWidget("Multi-animation", f_MultiAnimation, "Enables multi-animation attacks.\n" \
|
ConfigWidget("Multi-animation", f_MultiAnimation, "Enables multi-animation attacks.\n" \
|
||||||
"Do keep in mind that the character's audio will also be spammed.");
|
"Do keep in mind that the character's audio will also be spammed.");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RapidFire::NeedStatusDraw() const
|
bool RapidFire::NeedStatusDraw() const
|
||||||
@ -271,6 +271,8 @@ namespace cheat::feature
|
|||||||
}
|
}
|
||||||
else app::MoleMole_LCBaseCombat_FireBeingHitEvent(__this, entity->runtimeID(), attackResult, method);
|
else app::MoleMole_LCBaseCombat_FireBeingHitEvent(__this, entity->runtimeID(), attackResult, method);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CALL_ORIGIN(LCBaseCombat_DoHitEntity_Hook, __this, targetID, attackResult, ignoreCheckCanBeHitInMP, method);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void VCAnimatorEvent_HandleProcessItem_Hook(app::MoleMole_VCAnimatorEvent* __this,
|
static void VCAnimatorEvent_HandleProcessItem_Hook(app::MoleMole_VCAnimatorEvent* __this,
|
||||||
|
Loading…
Reference in New Issue
Block a user