diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 1b81985..0c91e13 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3137,10 +3137,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3137 | if (byebyeRegions.Count > 0) | 3137 | if (byebyeRegions.Count > 0) |
3138 | { | 3138 | { |
3139 | m_log.Debug("[SCENE PRESENCE]: Closing " + byebyeRegions.Count + " child agents"); | 3139 | m_log.Debug("[SCENE PRESENCE]: Closing " + byebyeRegions.Count + " child agents"); |
3140 | Util.FireAndForget(delegate | 3140 | |
3141 | { | 3141 | m_scene.SceneGridService.SendCloseChildAgentConnections(ControllingClient.AgentId, byebyeRegions); |
3142 | m_scene.SceneGridService.SendCloseChildAgentConnections(ControllingClient.AgentId, byebyeRegions); | ||
3143 | }); | ||
3144 | } | 3142 | } |
3145 | 3143 | ||
3146 | foreach (ulong handle in byebyeRegions) | 3144 | foreach (ulong handle in byebyeRegions) |