mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-19 13:21:34 +01:00
Comma
This commit is contained in:
parent
2638044f3d
commit
87cb06fd7a
@ -33,7 +33,7 @@ public class MySQLDatabase {
|
|||||||
"\t`whitelist` TEXT NULL,\n" +
|
"\t`whitelist` TEXT NULL,\n" +
|
||||||
"\t`blacklist` TEXT NULL,\n" +
|
"\t`blacklist` TEXT NULL,\n" +
|
||||||
"\t`void` TEXT NULL,\n" +
|
"\t`void` TEXT NULL,\n" +
|
||||||
"\t`black` TEXT NULL\n" +
|
"\t`black` TEXT NULL,\n" +
|
||||||
"\t`autobreak` TEXT NULL\n" +
|
"\t`autobreak` TEXT NULL\n" +
|
||||||
")");
|
")");
|
||||||
|
|
||||||
@ -44,7 +44,8 @@ public class MySQLDatabase {
|
|||||||
")");
|
")");
|
||||||
|
|
||||||
} catch (ClassNotFoundException | SQLException e) {
|
} catch (ClassNotFoundException | SQLException e) {
|
||||||
System.out.println("Database connection failed.");
|
System.err.println("Database connection failed.");
|
||||||
|
System.err.println(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user