Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
125d9988c2
@ -99,11 +99,13 @@ public class ItemMapRenderer extends MapRenderer
|
||||
if (owningClan.isAdmin())
|
||||
{
|
||||
colorAll = false;
|
||||
|
||||
|
||||
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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user