mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +00:00
Fix Air Dodge Mash
Fixed always flashing shield when set to air dodge mash
This commit is contained in:
parent
8b1713fed0
commit
3287a96b63
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ pub unsafe fn check_button_on(
|
||||||
}
|
}
|
||||||
|
|
||||||
if MENU.mash_state == Mash::Airdodge
|
if MENU.mash_state == Mash::Airdodge
|
||||||
&& !(is_in_hitstun(module_accessor)
|
&& (is_in_hitstun(module_accessor)
|
||||||
|| is_in_landing(module_accessor)
|
|| is_in_landing(module_accessor)
|
||||||
|| is_in_footstool(module_accessor))
|
|| is_in_footstool(module_accessor))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue