pestcontrol: Remove redundant initializer

This commit is contained in:
sdburns1998
2019-07-07 17:36:45 +02:00
parent 5ebef01e81
commit 826db719ca

View File

@@ -38,5 +38,5 @@ class NpcHighlightContext
{
private NpcHighlightStyle npcRenderStyle;
private Color color;
private boolean showNpcName = false;
private boolean showNpcName;
}