diff --git a/src/de/steamwar/sql/internal/Statement.java b/src/de/steamwar/sql/internal/Statement.java index ded799c..970d184 100644 --- a/src/de/steamwar/sql/internal/Statement.java +++ b/src/de/steamwar/sql/internal/Statement.java @@ -46,7 +46,7 @@ public class Statement implements AutoCloseable { private static final boolean PRODUCTION_DATABASE; static { - File file = new File(System.getProperty("user.home"), "mysql.properties"); + File file = new File(System.getProperty("user.home"), "mysql.api.properties"); MYSQL_MODE = file.exists(); if(MYSQL_MODE) {