13
0

Useless commit for build fixing

Dieser Commit ist enthalten in:
Lixfel 2020-01-28 06:36:58 +01:00
Ursprung d5327e3d26
Commit 9d878f2a18

Datei anzeigen

@ -26,8 +26,8 @@ public class SchematicSystem extends JavaPlugin {
Bukkit.getLogger().info(SchematicSystem.PREFIX + "config.yml erstellt und geladen!");
Bukkit.shutdown();
}
FileConfiguration config = getConfig();
FileConfiguration config = getConfig();
ConfigurationSection types = config.getConfigurationSection("Schematics");
for(String sectionName : types.getKeys(false))
new CheckSchemType(types.getConfigurationSection(sectionName));