mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Update RepairConfig.java
Removed accidental whitespace
This commit is contained in:
parent
ca1906fbc5
commit
c5cbab39b6
@ -33,7 +33,6 @@ public class RepairConfig extends ConfigLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ConfigurationSection section = config.getConfigurationSection("Repairables");
|
ConfigurationSection section = config.getConfigurationSection("Repairables");
|
||||||
|
|
||||||
Set<String> keys = section.getKeys(false);
|
Set<String> keys = section.getKeys(false);
|
||||||
|
|
||||||
for (String key : keys) {
|
for (String key : keys) {
|
||||||
|
Loading…
Reference in New Issue
Block a user