Ensure that the physics representation of a deleted object is also removed
parent
a104cc2c62
commit
44a94055a4
|
@ -130,7 +130,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (x.permissionToDelete)
|
if (x.permissionToDelete)
|
||||||
m_scene.DeleteFromStorage(x.objectGroup.UUID);
|
m_scene.DeleteSceneObject(x.objectGroup, false);
|
||||||
m_scene.DeleteToInventory(x.destination, x.folderID, x.objectGroup, x.remoteClient);
|
m_scene.DeleteToInventory(x.destination, x.folderID, x.objectGroup, x.remoteClient);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Reference in New Issue