1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01: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

View File

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