mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9774095df4
@ -1045,7 +1045,7 @@ public class ServerControl implements ApplicationListener{
|
||||
}catch(BindException b){
|
||||
err("Command input socket already in use. Is another instance of the server running?");
|
||||
}catch(IOException e){
|
||||
if(!e.getMessage().equals("Socket closed")){
|
||||
if(!e.getMessage().equals("Socket closed") && !e.getMessage().equals("Connection reset")){
|
||||
err("Terminating socket server.");
|
||||
err(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user