fix mysql syntax error

This commit is contained in:
jascotty2 2019-09-16 14:30:01 -05:00
parent b4b20e5549
commit 35fcd8fabd

View File

@ -33,7 +33,7 @@ public class MySQLDatabase {
"\t`whitelist` TEXT NULL,\n" +
"\t`blacklist` TEXT NULL,\n" +
"\t`void` TEXT NULL,\n" +
"\t`black` TEXT NULL,\n" +
"\t`black` TEXT NULL\n" +
")");
connection.createStatement().execute("CREATE TABLE IF NOT EXISTS `" + instance.getConfig().getString("Database.Prefix") + "boosts` (\n" +