Small server changes. Removed unused client function

This commit is contained in:
EntenKoeniq
2022-04-19 00:16:14 +02:00
parent 7d411474cd
commit 6f79842121
4 changed files with 6 additions and 26 deletions

View File

@ -45,7 +45,7 @@ namespace CoopServer
}
catch (Exception e)
{
Logging.Error(e.ToString());
Logging.Error(e.InnerException?.Message ?? e.Message);
Console.ReadLine();
}
}