aoewarnings: Method can be private

This commit is contained in:
sdburns1998
2019-07-07 04:28:37 +02:00
parent f4dba01011
commit b22aef51fe

View File

@@ -450,7 +450,7 @@ public class AoeWarningPlugin extends Plugin
return false; return false;
} }
public void updateConfig() private void updateConfig()
{ {
this.aoeNotifyAll = config.aoeNotifyAll(); this.aoeNotifyAll = config.aoeNotifyAll();
this.overlayColor = config.overlayColor(); this.overlayColor = config.overlayColor();