Add all the other arenas / competitions

This commit is contained in:
SilicaAndPina 2021-02-18 12:44:01 +13:00
parent 8f0ed68110
commit 7feec48b0c
5 changed files with 106 additions and 77 deletions

View file

@ -333,7 +333,8 @@ namespace HISP.Server
}
catch (Exception e)
{
Logger.ErrorPrint("Exception occured: " + e.Message);
if(!(e is SocketException))
Logger.ErrorPrint("Exception occured: " + e.Message);
Disconnect();
}
}