consider that CrossPrimGroupIntoNewRegion removes DIE_AT_EDGE and

RETURN_AT_EDGE from simulation
This commit is contained in:
UbitUmarov
2014-07-22 15:47:42 +01:00
parent f9fdf26ec3
commit ed905418b3

View File

@@ -554,6 +554,8 @@ namespace OpenSim.Region.Framework.Scenes
{
// this should delete the grp in this case
m_scene.CrossPrimGroupIntoNewRegion(val, this, true);
// actually assume this sog was removed from simulation
return;
}
else
{