9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-25 09:59:20 +00:00

fix battlepass

This commit is contained in:
XiaoMoMi
2023-10-20 16:25:10 +08:00
parent 9e5764326e
commit e4d5c4a9c4
3 changed files with 3 additions and 2 deletions

View File

@@ -188,6 +188,7 @@ public class IntegrationManager extends Function {
if (pluginManager.isPluginEnabled("BattlePass")) {
BattlePassCCQuest battlePassCCQuest = new BattlePassCCQuest();
Bukkit.getPluginManager().registerEvents(battlePassCCQuest, plugin);
BattlePassCCQuest.register();
hookMessage("BattlePass");
}
}