checkstyle fix
This commit is contained in:
@@ -62,7 +62,8 @@ public class PlayerIndicatorsMinimapOverlay extends Overlay
|
|||||||
@Override
|
@Override
|
||||||
public Dimension render(Graphics2D graphics)
|
public Dimension render(Graphics2D graphics)
|
||||||
{
|
{
|
||||||
playerIndicatorsService.forEachPlayer((player, color) -> {
|
playerIndicatorsService.forEachPlayer((player, color) ->
|
||||||
|
{
|
||||||
if (plugin.isDrawFriendMinimapNames() && !player.isFriend())
|
if (plugin.isDrawFriendMinimapNames() && !player.isFriend())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user