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)
|
public void Add(KeyValuePair<string, OSDMap> kvp)
|
||||||
{
|
{
|
||||||
|
ValidateKey(kvp.Key);
|
||||||
lock (this)
|
lock (this)
|
||||||
m_map.Add(kvp.Key, kvp.Value);
|
m_map.Add(kvp.Key, kvp.Value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue