Massive amount of fixes and changes with multiplayer/annotations
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user