(ef2a86a63) Add a null check.

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:45:53 +03:00
parent 496ee1492c
commit ce02152130
11 changed files with 346 additions and 167 deletions
@@ -729,6 +729,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{