Update CommonCore
Dieser Commit ist enthalten in:
Ursprung
e9d7e9738c
Commit
4c136b45ca
@ -46,7 +46,7 @@ public class Statement implements AutoCloseable {
|
|||||||
private static final boolean PRODUCTION_DATABASE;
|
private static final boolean PRODUCTION_DATABASE;
|
||||||
|
|
||||||
static {
|
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();
|
MYSQL_MODE = file.exists();
|
||||||
|
|
||||||
if(MYSQL_MODE) {
|
if(MYSQL_MODE) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren