remove todo
This commit is contained in:
@@ -159,7 +159,6 @@ public class NeoforgeMain extends AbstractModInitializer
|
|||||||
() -> new ConfigScreenHandler.ConfigScreenFactory((client, parent) -> GetConfigScreen.getScreen(parent)));
|
() -> new ConfigScreenHandler.ConfigScreenFactory((client, parent) -> GetConfigScreen.getScreen(parent)));
|
||||||
#else
|
#else
|
||||||
ModLoadingContext.get().registerExtensionPoint(IConfigScreenFactory.class,
|
ModLoadingContext.get().registerExtensionPoint(IConfigScreenFactory.class,
|
||||||
// TODO fix potential null pointer
|
|
||||||
() -> (client, parent) -> GetConfigScreen.getScreen(parent));
|
() -> (client, parent) -> GetConfigScreen.getScreen(parent));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user