Massive amount of fixes and changes with multiplayer/annotations

This commit is contained in:
Anuken
2018-06-08 22:43:23 -04:00
parent 0620c635e5
commit 690571eec0
34 changed files with 557 additions and 290 deletions

View File

@ -28,7 +28,6 @@ public class MindustryServer extends ModuleCore {
module(logic = new Logic());
module(world = new World());
module(netServer = new NetServer());
module(netCommon = new NetCommon());
module(new ServerControl(args));
}
}

View File

@ -229,7 +229,7 @@ public class ServerControl extends Module {
return;
}
netCommon.sendMessage("[GRAY][[Server]:[] " + arg[0]);
//netCommon.sendMessage("[GRAY][[Server]:[] " + arg[0]);
info("&lyServer: &lb{0}", arg[0]);
});