* Introduced ClientManager for great justice.

This commit is contained in:
lbsa71
2007-07-09 21:03:36 +00:00
parent 4699efd6cb
commit 08a1fa3f96
7 changed files with 91 additions and 57 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenSim.Region.ClientStack
private ClientStackNetworkHandler _networkHandler;
private IWorld _localWorld;
public Dictionary<uint, ClientView> ClientThreads = new Dictionary<uint, ClientView>();
public Dictionary<uint, IClientAPI> ClientAPIs = new Dictionary<uint, IClientAPI>();
public ClientManager ClientAPIs = new ClientManager();
public PacketServer(ClientStackNetworkHandler networkHandler)
{