mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user