mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-17 08:05:30 +01:00
Make _isNpcsInBalanceRanking private.
This commit is contained in:
parent
992ef5dc91
commit
42f4d43682
@ -1266,7 +1266,7 @@ public class Settings implements net.ess3.api.ISettings {
|
||||
|
||||
private boolean npcsInBalanceRanking = false;
|
||||
|
||||
public boolean _isNpcsInBalanceRanking() {
|
||||
private boolean _isNpcsInBalanceRanking() {
|
||||
return config.getBoolean("npcs-in-balance-ranking", false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user