mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Merge branch '2.x' into custom-currency-formatting
This commit is contained in:
commit
fb72555e6b
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,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 a new issue