mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +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
|
// Compatibility with /reload
|
||||||
playerDataManager = new PlayerDataManager();
|
playerDataManager = new PlayerDataManager();
|
||||||
playerDataManager.initialize(true, EventPriority.NORMAL, EventPriority.HIGHEST);
|
playerDataManager.initialize(EventPriority.NORMAL, EventPriority.HIGHEST);
|
||||||
|
|
||||||
// Amount and bukkit recipes
|
// Amount and bukkit recipes
|
||||||
getLogger().log(Level.INFO, "Loading recipes, please wait...");
|
getLogger().log(Level.INFO, "Loading recipes, please wait...");
|
||||||
|
Loading…
Reference in New Issue
Block a user