bank: Method can be private
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user