mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
Cleanup
This commit is contained in:
parent
ae6c938abb
commit
962f413421
@ -357,7 +357,6 @@ public class NetServer implements ApplicationListener{
|
||||
Log.info("&lc{0} has kicked {1}.", player.name, other.name);
|
||||
}else if(action == AdminAction.trace){
|
||||
TraceInfo info = new TraceInfo(other.con.address, other.uuid, other.con.modclient, other.con.mobile);
|
||||
//TODO implement
|
||||
if(player.con != null){
|
||||
Call.onTraceInfo(player.con.id, other, info);
|
||||
}else{
|
||||
|
@ -775,6 +775,8 @@ public class ServerControl implements ApplicationListener{
|
||||
socketOutput = null;
|
||||
}
|
||||
}
|
||||
}catch(BindException b){
|
||||
err("Command input socket already in use. Is another instance of the server running?");
|
||||
}catch(IOException e){
|
||||
err("Terminating socket server.");
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user