implings: If should have curly braces

This commit is contained in:
sdburns1998
2019-07-07 14:37:12 +02:00
parent 83cdef8968
commit 7ec7c596ac

View File

@@ -29,7 +29,9 @@ public class ImplingCounterOverlay extends Overlay
public Dimension render(Graphics2D graphics)
{
if (!plugin.isShowSpawn() || plugin.getImplings().isEmpty())
{
return null;
}
panelComponent.getChildren().clear();