mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-22 02:08:47 +01:00
Add missing initialization
This commit is contained in:
parent
b2008d0071
commit
6ce4674d0e
@ -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. " +
|
||||
|
Loading…
Reference in New Issue
Block a user