Fix map color
This commit is contained in:
parent
4183f0ce07
commit
ab8f9cb992
@ -95,7 +95,7 @@ public class ItemMapRenderer extends MapRenderer
|
|||||||
{
|
{
|
||||||
ClansUtility.ClanRelation relation = _manager.getClansUtility().rel(clan, owningClan);
|
ClansUtility.ClanRelation relation = _manager.getClansUtility().rel(clan, owningClan);
|
||||||
|
|
||||||
if (relation == ClansUtility.ClanRelation.ADMIN)
|
if (owningClan.isAdmin())
|
||||||
{
|
{
|
||||||
colorAll = false;
|
colorAll = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user