mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Prevent object loss and positioning outside the region with failed object sim
crossings
This commit is contained in:
@@ -466,6 +466,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
&& !IsAttachmentCheckFull() && (!Scene.LoadingPrims))
|
||||
{
|
||||
m_scene.CrossPrimGroupIntoNewRegion(val, this, true);
|
||||
|
||||
if (IsDeleted)
|
||||
return;
|
||||
val = AbsolutePosition;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user