We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05b86f commit e0ce873Copy full SHA for e0ce873
src/main/java/com/ldtteam/common/config/ClientConfigHelper.java
@@ -9,7 +9,7 @@
9
*/
10
public class ClientConfigHelper
11
{
12
- static registerClient(final ModContainer modContainer)
+ static void registerClient(final ModContainer modContainer)
13
14
modContainer.registerExtensionPoint(IConfigScreenFactory.class, ConfigurationScreen::new);
15
}
0 commit comments