(8a4fb72fa) ToHashSet compiler error fix part #2

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:48:17 +03:00
parent a4bb8efa79
commit 58330e8ec9
12 changed files with 374 additions and 685 deletions
@@ -761,6 +761,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{