mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-05-10 14:14:51 +00:00
Fix dom spawn killing
This commit is contained in:
parent
32d08b75b8
commit
556dac9171
@ -3023,6 +3023,8 @@ bot_dom_spawn_kill_think()
|
|||||||
{
|
{
|
||||||
if ( level.flags[i] maps\mp\gametypes\dom::getFlagTeam() == myTeam )
|
if ( level.flags[i] maps\mp\gametypes\dom::getFlagTeam() == myTeam )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
flag = level.flags[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isDefined(flag))
|
if(!isDefined(flag))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user