mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
Support for recent profile API
This commit is contained in:
parent
eeef8db5ad
commit
92529dae30
@ -243,7 +243,7 @@ public class MMOItems extends JavaPlugin {
|
||||
|
||||
// Compatibility with /reload
|
||||
playerDataManager = new PlayerDataManager();
|
||||
playerDataManager.initialize(true, EventPriority.NORMAL, EventPriority.HIGHEST);
|
||||
playerDataManager.initialize(EventPriority.NORMAL, EventPriority.HIGHEST);
|
||||
|
||||
// Amount and bukkit recipes
|
||||
getLogger().log(Level.INFO, "Loading recipes, please wait...");
|
||||
|
Loading…
Reference in New Issue
Block a user