This commit is contained in:
Cheese 2015-11-30 10:03:27 +11:00
parent af61b62a47
commit af77a2ddeb

View File

@ -154,7 +154,7 @@ public class ItemMapRenderer extends MapRenderer
//Checkin'
boolean checker = (mapX + (mapZ % 3)) % 3 == 0;
Color drawColor = clanColor;
if (checker && clanColor2 == null)
if (checker && clanColor2 != null)
drawColor = clanColor2;
//Inside