Amend to last commit. This should have been committed too.

xassetservice
Diva Canto 2012-02-19 15:37:37 -08:00
parent dcea23906b
commit b489c85226
1 changed files with 1 additions and 1 deletions

View File

@ -1219,7 +1219,7 @@ namespace OpenSim.Region.Framework.Scenes
{
IEntityTransferModule m_agentTransfer = m_scene.RequestModuleInterface<IEntityTransferModule>();
if (m_agentTransfer != null)
m_agentTransfer.EnableChildAgents(this);
Util.FireAndForget(delegate { m_agentTransfer.EnableChildAgents(this); });
IFriendsModule friendsModule = m_scene.RequestModuleInterface<IFriendsModule>();
if (friendsModule != null)