(359537369) Don't do visibility checks in ChatMessage.GetGarbleAmount if the listener and the speaker are in the same hull

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:41:33 +03:00
parent 1b4957d2e6
commit 464aa46980
12 changed files with 148 additions and 370 deletions
@@ -669,6 +669,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{