mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-29 08:52:27 +00:00
Clear trailing whitespaces in ISettings and Settings.
This commit is contained in:
parent
c9f1b0fdc5
commit
23e8498b47
2 changed files with 11 additions and 11 deletions
|
@ -1192,7 +1192,6 @@ public class Settings implements net.ess3.api.ISettings {
|
||||||
return config.getBoolean("teleport-to-center", true);
|
return config.getBoolean("teleport-to-center", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private Map<Pattern, Long> commandCooldowns;
|
private Map<Pattern, Long> commandCooldowns;
|
||||||
|
|
||||||
private Map<Pattern, Long> _getCommandCooldowns() {
|
private Map<Pattern, Long> _getCommandCooldowns() {
|
||||||
|
@ -1287,6 +1286,7 @@ public class Settings implements net.ess3.api.ISettings {
|
||||||
public boolean isNpcsInBalanceRanking() {
|
public boolean isNpcsInBalanceRanking() {
|
||||||
return npcsInBalanceRanking;
|
return npcsInBalanceRanking;
|
||||||
}
|
}
|
||||||
|
|
||||||
private NumberFormat currencyFormat;
|
private NumberFormat currencyFormat;
|
||||||
|
|
||||||
private NumberFormat _getCurrencyFormat() {
|
private NumberFormat _getCurrencyFormat() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue