make kicking actually work

This commit is contained in:
Chris Forbes
2010-12-24 12:29:21 +13:00
parent 54cf2e7993
commit ce609195cd
4 changed files with 30 additions and 0 deletions

View File

@@ -291,6 +291,12 @@ namespace OpenRA.Server
if (conns.Count != 0)
SyncLobbyInfo();
try
{
toDrop.socket.Disconnect(false);
}
catch { }
}
public void SyncLobbyInfo()