Useless commit for build fixing
Dieser Commit ist enthalten in:
Ursprung
d5327e3d26
Commit
9d878f2a18
@ -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));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren