mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 22:47:25 +00:00
fix tech defensive options being slow
This commit is contained in:
parent
6ff019764e
commit
d2b56efbb1
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ pub unsafe fn should_perform_defensive_option(
|
||||||
*FIGHTER_STATUS_TRANSITION_TERM_ID_CONT_GUARD_ON,
|
*FIGHTER_STATUS_TRANSITION_TERM_ID_CONT_GUARD_ON,
|
||||||
)
|
)
|
||||||
||
|
||
|
||||||
|
MotionModule::is_end(module_accessor)
|
||||||
|
||
|
||||||
CancelModule::is_enable_cancel(module_accessor)
|
CancelModule::is_enable_cancel(module_accessor)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue