mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
* some follow up renaming of members et c.
This commit is contained in:
@@ -41,7 +41,11 @@ namespace OpenSim.Region.ClientStack
|
||||
private ClientStackNetworkHandler _networkHandler;
|
||||
private IWorld _localWorld;
|
||||
public Dictionary<uint, ClientView> ClientThreads = new Dictionary<uint, ClientView>();
|
||||
public ClientManager ClientAPIs = new ClientManager();
|
||||
private ClientManager m_clientManager = new ClientManager();
|
||||
public ClientManager ClientManager
|
||||
{
|
||||
get { return m_clientManager; }
|
||||
}
|
||||
|
||||
public PacketServer(ClientStackNetworkHandler networkHandler)
|
||||
{
|
||||
@@ -150,7 +154,7 @@ namespace OpenSim.Region.ClientStack
|
||||
authenticateSessionsClass);
|
||||
|
||||
this.ClientThreads.Add(useCircuit.CircuitCode.Code, newuser);
|
||||
this.ClientAPIs.Add(useCircuit.CircuitCode.Code, (IClientAPI)newuser);
|
||||
this.m_clientManager.Add(useCircuit.CircuitCode.Code, (IClientAPI)newuser);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user