mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Force enabled anvilGUI
This commit is contained in:
parent
2dd8aab01b
commit
3ea77bb1e6
@ -224,12 +224,7 @@ public class Loader {
|
||||
|
||||
Prerequisite.update();
|
||||
|
||||
if(ClassUtils.exists("net.wesjd.anvilgui.AnvilGUI")) {
|
||||
AnvilGUIManager.registerIntegration(new AnvilGUIImpl());
|
||||
Logger.info("AnvilGUI: &aENABLED");
|
||||
} else {
|
||||
Logger.info("AnvilGUI: &9DISABLED");
|
||||
}
|
||||
AnvilGUIManager.registerIntegration(new AnvilGUIImpl()); // No direct lib, can always register
|
||||
|
||||
Logger.info("");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user