mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Minor code cleanup
This commit is contained in:
parent
4b5cc8cfd8
commit
66e87bdd1c
3 changed files with 36 additions and 41 deletions
|
@ -462,7 +462,7 @@ public class Settings implements ISettings
|
|||
return config.getConfigurationSection("list").getValues(false);
|
||||
}
|
||||
Map<String, Object> defaultMap = new HashMap<String, Object>();
|
||||
defaultMap.put("User", "*");
|
||||
defaultMap.put("Players", "*");
|
||||
return defaultMap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue