Send CHANGED_TELEPORT during local TP again - partially revert cf73afec35

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
Bo Iwu
2012-01-28 11:11:15 +01:00
committed by BlueWall
parent 7352aea9ac
commit 2e31f12cf4

View File

@@ -208,8 +208,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
foreach (SceneObjectGroup grp in sp.GetAttachments())
{
if (grp.IsDeleted)
sp.Scene.EventManager.TriggerOnScriptChangedEvent(grp.LocalId, (uint)Changed.TELEPORT);
sp.Scene.EventManager.TriggerOnScriptChangedEvent(grp.LocalId, (uint)Changed.TELEPORT);
}
}
else // Another region possibly in another simulator