Fix map color

This commit is contained in:
Shaun Bennett 2015-11-17 18:31:38 -05:00
parent 4183f0ce07
commit ab8f9cb992
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class ItemMapRenderer extends MapRenderer
{
ClansUtility.ClanRelation relation = _manager.getClansUtility().rel(clan, owningClan);
if (relation == ClansUtility.ClanRelation.ADMIN)
if (owningClan.isAdmin())
{
colorAll = false;