make kicking actually work
This commit is contained in:
@@ -291,6 +291,12 @@ namespace OpenRA.Server
|
||||
|
||||
if (conns.Count != 0)
|
||||
SyncLobbyInfo();
|
||||
|
||||
try
|
||||
{
|
||||
toDrop.socket.Disconnect(false);
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
public void SyncLobbyInfo()
|
||||
|
||||
Reference in New Issue
Block a user