attackstyles: Method can be private

This commit is contained in:
sdburns1998
2019-07-07 04:29:09 +02:00
parent b22aef51fe
commit 028b31f3e0

View File

@@ -269,7 +269,7 @@ public class AttackStylesPlugin extends Plugin
}
}
public void updateConfig()
private void updateConfig()
{
this.alwaysShowStyle = config.alwaysShowStyle();
this.warnForDefence = config.warnForDefence();