More bug fixes and changes for DownloadManager
This commit is contained in:
@ -271,10 +271,7 @@ namespace CoopServer
|
||||
{
|
||||
long nethandle = message.SenderConnection.RemoteUniqueIdentifier;
|
||||
|
||||
lock (DownloadManager.ClientsToDelete)
|
||||
{
|
||||
DownloadManager.ClientsToDelete.Add(nethandle);
|
||||
}
|
||||
DownloadManager.AddClientToRemove(nethandle);
|
||||
|
||||
SendPlayerDisconnectPacket(nethandle);
|
||||
}
|
||||
|
Reference in New Issue
Block a user