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

0.7.3-post-fixes
Diva Canto 2012-02-19 15:37:37 -08:00
parent 5c8af6a136
commit 93964ef3a4
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)