add return
parent
462036f74b
commit
46775cf1c3
|
@ -167,6 +167,7 @@ namespace OpenSim.Modules.DataValue
|
|||
|
||||
m_cache.Add(new StorageElement(_host.GroupID.ToString(), key, value, m_storage));
|
||||
m_storage.save(_host.GroupID.ToString(), key, value);
|
||||
return;
|
||||
}
|
||||
catch (Exception _error)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue