stop .net clients taking out the server on drop
This commit is contained in:
@@ -420,8 +420,6 @@ namespace OpenRA.Server
|
|||||||
|
|
||||||
public static void DropClient(Connection toDrop, Exception e)
|
public static void DropClient(Connection toDrop, Exception e)
|
||||||
{
|
{
|
||||||
Log.Write("server", "Client dropped: {0}.", toDrop.socket.RemoteEndPoint);
|
|
||||||
|
|
||||||
conns.Remove(toDrop);
|
conns.Remove(toDrop);
|
||||||
SendChat(toDrop, "Connection Dropped");
|
SendChat(toDrop, "Connection Dropped");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user