fix bots stuck when defusing

This commit is contained in:
ineedbots 2021-09-03 23:09:28 -06:00
parent 3ca2e035b6
commit 580c42006c
2 changed files with 2 additions and 1 deletions

View File

@ -1109,7 +1109,8 @@ bot_sd_defender( zone, isplanted ) //checked partially changed to match cerberus
}
}
}
else if ( self atgoal( "sd_defend" ) || self bot_need_to_defuse() )
if ( self atgoal( "sd_defend" ) || self bot_need_to_defuse() )
{
bot_sd_defender_think( zone );