0.9.0-post-fixes
UbitUmarov 2017-05-15 18:12:17 +01:00
parent c74e0e2d9b
commit c28430d527
1 changed files with 1 additions and 1 deletions

View File

@ -5446,7 +5446,7 @@ Label_GroupsDone:
/// <param name="action"></param>
public void ForEachClient(Action<IClientAPI> action)
{
m_clientManager.ForEachSync(action);
m_clientManager.ForEach(action);
}
public int GetNumberOfClients()