mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 15:27:19 +07:00
Server physics
This commit is contained in:
@ -74,9 +74,11 @@ public class ServerLauncher implements ApplicationListener{
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
Core.app.addListener(new ApplicationListener(){public void update(){ asyncLogic.begin(); }});
|
||||
Core.app.addListener(logic = new Logic());
|
||||
Core.app.addListener(netServer = new NetServer());
|
||||
Core.app.addListener(new ServerControl(args));
|
||||
Core.app.addListener(new ApplicationListener(){public void update(){ asyncLogic.end(); }});
|
||||
|
||||
mods.eachClass(Mod::init);
|
||||
|
||||
|
Reference in New Issue
Block a user