9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 03:49:07 +00:00

update readme

This commit is contained in:
XiaoMoMi
2023-09-18 20:00:13 +08:00
parent abf0079651
commit ac5a31b2f8
2 changed files with 18 additions and 6 deletions

View File

@@ -151,11 +151,11 @@ public class IntegrationManagerImpl implements IntegrationManager {
hookMessage("BetonQuest");
}
}
if (plugin.isHookedPluginEnabled("NotQuests")) {
NotQuestHook notQuestHook = new NotQuestHook();
notQuestHook.register();
hookMessage("NotQuests");
}
// if (plugin.isHookedPluginEnabled("NotQuests")) {
// NotQuestHook notQuestHook = new NotQuestHook();
// notQuestHook.register();
// hookMessage("NotQuests");
// }
}
@Override