oops...
parent
c74e0e2d9b
commit
c28430d527
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue