diff --git a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java index 3e2d4976..4b04bdd6 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/BauSystem.java @@ -110,7 +110,7 @@ public class BauSystem extends JavaPlugin implements Listener { private void fixBauSystem() { int number = -1; try { - String string = new File(world.getWorldFolder(), "sections.yapion").getCanonicalPath(); + String string = new File(world.getWorldFolder(), "sections.yml").getCanonicalPath(); if (string.endsWith("/sections3.yml")) number = 3; if (string.endsWith("/sections4.yml")) number = 4; } catch (IOException e) {