add return

master
Christopher 2020-07-08 01:57:12 +02:00
parent 462036f74b
commit 46775cf1c3
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{