(a34001e8f) Fixed headers not being translated in the repair interface

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:01:36 +03:00
parent a70f4f315e
commit 3dc82efdbd
12 changed files with 161 additions and 236 deletions
@@ -110,6 +110,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{