This commit is contained in:
Cheese 2015-11-30 10:20:27 +11:00
parent a886088f48
commit cd6ecc1e67
1 changed files with 4 additions and 2 deletions

View File

@ -103,7 +103,9 @@ public class ItemMapRenderer extends MapRenderer
if (owningClan.getName().equals("Shops"))
{
clanColor = Color.WHITE;
clanColor2 = Color.CYAN;
if (_manager.getClansUtility().relPT(player, chunk) == ClansUtility.ClanRelation.SAFE)
clanColor2 = Color.CYAN;
}
else if (owningClan.getName().equals("Spawn"))
{