More cleanup

This commit is contained in:
Anuken
2019-12-14 20:49:55 -05:00
parent e043f4bb66
commit bcc8f65ac8
3 changed files with 10 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
for(ApplicationListener listener : modules){
listener.init();
}
mods.each(Mod::init);
mods.eachClass(Mod::init);
finished = true;
Events.fire(new ClientLoadEvent());
super.resize(graphics.getWidth(), graphics.getHeight());