This commit is contained in:
Anuken
2019-05-10 16:16:21 -04:00
parent ae6c938abb
commit 962f413421
2 changed files with 2 additions and 1 deletions

View File

@@ -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();