stop .net clients taking out the server on drop

This commit is contained in:
Paul Chote
2010-08-08 18:26:55 +12:00
parent f28ec846e7
commit b982a52086

View File

@@ -420,8 +420,6 @@ namespace OpenRA.Server
public static void DropClient(Connection toDrop, Exception e)
{
Log.Write("server", "Client dropped: {0}.", toDrop.socket.RemoteEndPoint);
conns.Remove(toDrop);
SendChat(toDrop, "Connection Dropped");