mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Applying dalien's patches from bug#177 and #179
This commit is contained in:
@@ -23,6 +23,11 @@ namespace OpenSim.Framework
|
||||
m_clients = new Dictionary<uint, IClientAPI>();
|
||||
}
|
||||
|
||||
public void Remove(uint id)
|
||||
{
|
||||
m_clients.Remove(id);
|
||||
}
|
||||
|
||||
public void Add(uint id, IClientAPI client )
|
||||
{
|
||||
m_clients.Add( id, client );
|
||||
|
||||
Reference in New Issue
Block a user