mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
Server physics
This commit is contained in:
parent
3b340f7164
commit
ea1e137a00
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue