0.15.21.0
This commit is contained in:
@@ -199,7 +199,7 @@ namespace Barotrauma
|
||||
|
||||
foreach (Character potentialCharacter in Character.CharacterList)
|
||||
{
|
||||
if (!HumanAIController.IsActive(character)) { continue; }
|
||||
if (!HumanAIController.IsActive(potentialCharacter)) { continue; }
|
||||
|
||||
if (HumanAIController.IsFriendly(character, potentialCharacter, true) && potentialCharacter.AIController is HumanAIController)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user