fix
This commit is contained in:
parent
af61b62a47
commit
af77a2ddeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user