Amend to last commit. This should have been committed too.
parent
5c8af6a136
commit
93964ef3a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue