mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
oops...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user