Fix initTable(SQLPlayerConfig)
This commit is contained in:
parent
904f5ea5d1
commit
f243a56af2
@ -36,10 +36,11 @@ public abstract class IPlayerManager<OP extends IOnlinePlayer, OF extends IOffPl
|
|||||||
synchronized (IPlayerManager.class) {
|
synchronized (IPlayerManager.class) {
|
||||||
instance = this;
|
instance = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
DB.initTable(SQLPlayer.class);
|
DB.initTable(SQLPlayer.class);
|
||||||
DB.initTable(SQLPlayerNameHistory.class);
|
DB.initTable(SQLPlayerConfig.class);
|
||||||
DB.initTable(SQLPlayerIgnore.class);
|
DB.initTable(SQLPlayerIgnore.class);
|
||||||
|
DB.initTable(SQLPlayerNameHistory.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user