mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 10:47:40 +07:00
Basic schematic based generation
This commit is contained in:
@ -74,6 +74,8 @@ public class ServerLauncher implements ApplicationListener{
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
bases.load();
|
||||
|
||||
Core.app.addListener(new ApplicationListener(){public void update(){ asyncCore.begin(); }});
|
||||
Core.app.addListener(logic = new Logic());
|
||||
Core.app.addListener(netServer = new NetServer());
|
||||
|
Reference in New Issue
Block a user