aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalBackEndServices.cs')
-rw-r--r--OpenSim/Region/Communications/Local/LocalBackEndServices.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
index fa7a2de..f967cf7 100644
--- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
+++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs
@@ -109,7 +109,8 @@ namespace OpenSim.Region.Communications.Local
109 else 109 else
110 { 110 {
111 // Already in our list, so the region went dead and restarted. 111 // Already in our list, so the region went dead and restarted.
112 m_regions.Remove(regionInfo.RegionHandle); 112 // replace the old regioninfo
113 m_regions[regionInfo.RegionHandle] = regionInfo;
113 m_log.Warn("[INTERREGION STANDALONE]: Region registered twice. Region went down and came back up."); 114 m_log.Warn("[INTERREGION STANDALONE]: Region registered twice. Region went down and came back up.");
114 115
115 RegionCommsListener regionHost = new RegionCommsListener(); 116 RegionCommsListener regionHost = new RegionCommsListener();