Conflicts:
	OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
Jonathan Freedman
2010-11-21 19:51:23 -08:00
21 changed files with 175 additions and 113 deletions

View File

@@ -435,6 +435,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
// Now let's make it officially a child agent
sp.MakeChildAgent();
sp.Scene.CleanDroppedAttachments();
// Finally, let's close this previously-known-as-root agent, when the jump is outside the view zone
if (NeedsClosing(oldRegionX, newRegionX, oldRegionY, newRegionY, reg))