bank: Method can be private

This commit is contained in:
sdburns1998
2019-07-07 04:30:00 +02:00
parent 028b31f3e0
commit 588d4352a0

View File

@@ -203,7 +203,7 @@ public class BankPlugin extends Plugin
updateConfig(); updateConfig();
} }
public void updateConfig() private void updateConfig()
{ {
this.showGE = config.showGE(); this.showGE = config.showGE();
this.showHA = config.showHA(); this.showHA = config.showHA();