Remove WorldUtils.AreMutualAllies
This commit is contained in:
committed by
Matthias Mailänder
parent
d6c0926856
commit
e7e50cc101
@@ -87,10 +87,5 @@ namespace OpenRA
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static bool AreMutualAllies(Player a, Player b)
|
||||
{
|
||||
return a.RelationshipWith(b) == PlayerRelationship.Ally && b.RelationshipWith(a) == PlayerRelationship.Ally;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user