1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 06:34:44 +02:00

Update RepairConfig.java

Removed accidental whitespace
This commit is contained in:
Ineusia
2019-11-10 11:56:32 -06:00
committed by GitHub
parent ca1906fbc5
commit c5cbab39b6

@ -33,7 +33,6 @@ public class RepairConfig extends ConfigLoader {
}
ConfigurationSection section = config.getConfigurationSection("Repairables");
Set<String> keys = section.getKeys(false);
for (String key : keys) {