1
0
Fork 0
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:
jugeeya 2020-05-24 18:17:07 -07:00
parent 6ff019764e
commit d2b56efbb1

View file

@ -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)
) )
} }