Skip to content

Commit

Permalink
Fix server load
Browse files Browse the repository at this point in the history
  • Loading branch information
legobmw99 committed Jul 28, 2024
1 parent a4dc6ff commit 9355063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/legobmw99/allomancy/Allomancy.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public Allomancy(IEventBus bus, ModContainer container, Dist dist) {

bus.addListener(MetalOverlay::registerGUI);
bus.addListener(Inputs::registerKeyBinding);
container.registerExtensionPoint(IConfigScreenFactory.class, ConfigurationScreen::new);
}

AllomancerAttachment.register(bus);
Expand All @@ -66,7 +67,6 @@ public Allomancy(IEventBus bus, ModContainer container, Dist dist) {
bus.addListener(AllomancyConfig::onLoad);
bus.addListener(AllomancyConfig::onReload);

container.registerExtensionPoint(IConfigScreenFactory.class, ConfigurationScreen::new);

}
}

0 comments on commit 9355063

Please sign in to comment.