mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 14:35:44 +00:00
skip
This commit is contained in:
parent
3f41b61b8f
commit
b7254c0131
@ -119,6 +119,11 @@ bot_objective_think()
|
||||
|
||||
for ( i = 0; i < objectives.size; i++ )
|
||||
{
|
||||
if ( objectives[i].fPriority <= -100 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
heap HeapInsert( objectives[i] );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user