mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 03:24:52 +00:00
Merge ba744da918
into 0565403b15
This commit is contained in:
commit
2d5a180c2d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ActionResult< CTFBot > CTFBotAttackFlagDefenders::Update( CTFBot *me, float inte
|
|||
|
||||
if ( !flag )
|
||||
{
|
||||
return Done( "No flag" );
|
||||
return Continue();
|
||||
}
|
||||
|
||||
// can't reach flag if it is at home
|
||||
|
|
Loading…
Reference in a new issue