checkstyle fix

This commit is contained in:
Kyleeld
2019-07-12 09:20:28 +01:00
committed by GitHub
parent 091beca35a
commit 469e29fbf5

View File

@@ -62,7 +62,8 @@ public class PlayerIndicatorsMinimapOverlay extends Overlay
@Override
public Dimension render(Graphics2D graphics)
{
playerIndicatorsService.forEachPlayer((player, color) -> {
playerIndicatorsService.forEachPlayer((player, color) ->
{
if (plugin.isDrawFriendMinimapNames() && !player.isFriend())
{
return;