Cleaned up

This commit is contained in:
2025-04-12 16:59:27 +02:00
parent c39249e3c1
commit 87b6900ff3
2 changed files with 18 additions and 18 deletions

View File

@ -10,7 +10,6 @@ public class ModMenuIntegration implements ModMenuApi {
@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
System.out.println("Does ModMenuIntegration even load?");
return parent -> new ConfigScreen(parent);
return ConfigScreen::new;
}
}