implings: If should have curly braces
This commit is contained in:
@@ -29,7 +29,9 @@ public class ImplingCounterOverlay extends Overlay
|
|||||||
public Dimension render(Graphics2D graphics)
|
public Dimension render(Graphics2D graphics)
|
||||||
{
|
{
|
||||||
if (!plugin.isShowSpawn() || plugin.getImplings().isEmpty())
|
if (!plugin.isShowSpawn() || plugin.getImplings().isEmpty())
|
||||||
|
{
|
||||||
return null;
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
panelComponent.getChildren().clear();
|
panelComponent.getChildren().clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user