Old group is now deleted from datastore when you link groups/prims, so that the new group can be stored correctly.

This commit is contained in:
MW
2007-08-21 17:47:01 +00:00
parent 16f75978ce
commit 249826893d
2 changed files with 2 additions and 3 deletions

View File

@@ -877,6 +877,7 @@ namespace OpenSim.Region.Environment.Scenes
if (Entities.ContainsKey(entID))
{
Entities.Remove(entID);
storageManager.DataStore.RemoveObject(entID, this.m_regInfo.SimUUID);
return true;
}
return false;