mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +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
|
||||
&& !(is_in_hitstun(module_accessor)
|
||||
&& (is_in_hitstun(module_accessor)
|
||||
|| is_in_landing(module_accessor)
|
||||
|| is_in_footstool(module_accessor))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue