Moving over to the use of describeTo.
This commit is contained in:
@ -113,8 +113,7 @@ public class RelationUtil
|
||||
return null;
|
||||
}
|
||||
|
||||
public static ChatColor getRelationColor(RelationParticipator me,
|
||||
RelationParticipator that)
|
||||
public static ChatColor getRelationColor(RelationParticipator me, RelationParticipator that)
|
||||
{
|
||||
return getRelationTo(that, me).getColor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user