mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-19 16:32:53 +00:00
ignore leaviing planes
This commit is contained in:
parent
7fdd0aec06
commit
2e6600e0ff
@ -812,7 +812,7 @@ watch_plane(ent)
|
||||
|
||||
level.bot_planes[level.bot_planes.size] = ent;
|
||||
|
||||
ent waittill_any("death", "delete");
|
||||
ent waittill_any("death", "delete", "leaving");
|
||||
|
||||
for ( entry = 0; entry < level.bot_planes.size; entry++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user