Skip to content

Commit a1df9fb

Browse files
authored
Update DynamicConcealmentManager.cs
1 parent d56512d commit a1df9fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Concealment/DynamicConcealmentManager.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ private static MyRelationsBetweenPlayerAndBlock GetRelationTolerant(long id1, lo
613613
if (playerFaction1 == playerFaction2)
614614
return MyRelationsBetweenPlayerAndBlock.FactionShare;
615615
return MySession.Static.Factions.GetRelationBetweenFactions(playerFaction1.FactionId,
616-
playerFaction2.FactionId) == MyRelationsBetweenFactions.Neutral
616+
playerFaction2.FactionId).Item1 == MyRelationsBetweenFactions.Neutral
617617
? MyRelationsBetweenPlayerAndBlock.Neutral
618618
: MyRelationsBetweenPlayerAndBlock.Enemies;
619619
}
@@ -638,4 +638,4 @@ private static Settings.DynamicConcealType GetConcealType(MyRelationsBetweenPlay
638638
}
639639
}
640640
}
641-
}
641+
}

0 commit comments

Comments
 (0)