forked from Upstream/mmocore
Changed player data setup event priority
This commit is contained in:
parent
730dd80418
commit
d050b708cc
@ -258,7 +258,7 @@ public class MMOCore extends JavaPlugin {
|
||||
* that after registering all the professses otherwise the player datas can't
|
||||
* recognize what profess the player has and professes will be lost
|
||||
*/
|
||||
playerDataManager.initialize(EventPriority.NORMAL, EventPriority.NORMAL);
|
||||
playerDataManager.initialize(EventPriority.LOW, EventPriority.NORMAL);
|
||||
|
||||
// load guild data after loading player data
|
||||
dataProvider.getGuildManager().load();
|
||||
|
Loading…
Reference in New Issue
Block a user