mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-21 01:25:43 +00:00
fix bots stuck when defusing
This commit is contained in:
parent
3ca2e035b6
commit
580c42006c
Binary file not shown.
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user