Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
5d523ea493
|
@ -188,7 +188,8 @@ namespace OpenSim.Framework
|
|||
}
|
||||
|
||||
public void Add(KeyValuePair<string, OSDMap> kvp)
|
||||
{
|
||||
{
|
||||
ValidateKey(kvp.Key);
|
||||
lock (this)
|
||||
m_map.Add(kvp.Key, kvp.Value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue