aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index c9274dd..f922f1f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -452,7 +452,7 @@ namespace OpenSim.Region.Environment.Scenes
452 d); 452 d);
453 } 453 }
454 454
455 public delegate void SendCloseChildAgentDelegate( LLUUID agentID, List<ulong> regionlst); 455 public delegate void SendCloseChildAgentDelegate(LLUUID agentID, List<ulong> regionlst);
456 456
457 /// <summary> 457 /// <summary>
458 /// This Closes child agents on neighboring regions 458 /// This Closes child agents on neighboring regions
@@ -568,7 +568,8 @@ namespace OpenSim.Region.Environment.Scenes
568 // assume local regions are always up 568 // assume local regions are always up
569 destRegionUp = true; 569 destRegionUp = true;
570 } 570 }
571 if(destRegionUp) 571
572 if (destRegionUp)
572 { 573 {
573 avatar.Close(); 574 avatar.Close();
574 575