Add missing initialization

This commit is contained in:
ceze88 2023-08-02 18:58:48 +02:00
parent b2008d0071
commit 6ce4674d0e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class UltimateModeration extends SongodaPlugin {
try {
initDatabase(Arrays.asList(new _1_InitialMigration(this)));
this.dataHelper = new DataHelper(getDataManager(), this);
} catch (Exception ex) {
this.getLogger().severe("Fatal error trying to connect to database. " +