mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
parent
919196c38b
commit
401bf7e98b
1 changed files with 2 additions and 2 deletions
|
@ -220,10 +220,10 @@ unsafe fn handle_attack_option(
|
|||
if !WorkModule::is_enable_transition_term(
|
||||
module_accessor,
|
||||
*FIGHTER_STATUS_TRANSITION_TERM_ID_CONT_CATCH,
|
||||
) || !WorkModule::get_int(
|
||||
) || WorkModule::get_int(
|
||||
module_accessor,
|
||||
*FIGHTER_INSTANCE_WORK_ID_INT_INVALID_CATCH_FRAME,
|
||||
) == 0
|
||||
) != 0
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue