Call attachment cleanup when an agent crosses out

avinationmerge
Melanie Thielker 2010-08-24 18:38:54 +02:00
parent b9e12ed3b7
commit 5a05de0eec
1 changed files with 2 additions and 0 deletions

View File

@ -446,6 +446,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))