diff --git a/SpigotCore_Main/src/de/steamwar/sql/SQL.java b/SpigotCore_Main/src/de/steamwar/sql/SQL.java index bbe2701..45a6583 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SQL.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SQL.java @@ -38,7 +38,7 @@ public class SQL { private static Connection con; static{ - File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml"); + File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml");; YamlConfiguration config = YamlConfiguration.loadConfiguration(file); if(!file.exists())