atleast sql works now!

This commit is contained in:
destro174
2021-07-03 20:11:31 +02:00
parent 313d09906d
commit 3f7084eeb7
9 changed files with 9 additions and 16 deletions
@@ -20,8 +20,8 @@ public class ChatImplementation implements ChatAPI{
Config.init();
luckPerms = getLuckPerms();
//databaseConnection = getDataBase(); // todo fix sql
//Queries.createTables(); // todo fix sql
databaseConnection = getDataBase(); // todo fix sql
Queries.createTables(); // todo fix sql
ChatUserManager.initialize(); // loads all the users from the db and adds them.
RegexManager.initialize(); // load the filters and regexes from config