mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 15:51:53 +00:00
skip
This commit is contained in:
@ -119,6 +119,11 @@ bot_objective_think()
|
||||
|
||||
for ( i = 0; i < objectives.size; i++ )
|
||||
{
|
||||
if ( objectives[i].fPriority <= -100 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
heap HeapInsert( objectives[i] );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user