aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs
diff options
context:
space:
mode:
authorTeravus Ovares2007-11-27 13:46:52 +0000
committerTeravus Ovares2007-11-27 13:46:52 +0000
commit082f2baebe300e1313a34444c42dcc0a20c44baf (patch)
tree71616106c7a7dc1a3e21ea14c2f4b6d09fc642a5 /OpenSim/Framework/RegionInfo.cs
parentMainMap workaround. Map still does not fill in automatically, but one click o... (diff)
downloadopensim-SC_OLD-082f2baebe300e1313a34444c42dcc0a20c44baf.zip
opensim-SC_OLD-082f2baebe300e1313a34444c42dcc0a20c44baf.tar.gz
opensim-SC_OLD-082f2baebe300e1313a34444c42dcc0a20c44baf.tar.bz2
opensim-SC_OLD-082f2baebe300e1313a34444c42dcc0a20c44baf.tar.xz
Fixed an event in the events chain in inter-region communications.
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/RegionInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 75923ee..c604d53 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -39,6 +39,7 @@ using OpenSim.Framework;
39 39
40namespace OpenSim.Framework 40namespace OpenSim.Framework
41{ 41{
42 [Serializable]
42 public class SimpleRegionInfo 43 public class SimpleRegionInfo
43 { 44 {
44 public SimpleRegionInfo() 45 public SimpleRegionInfo()
@@ -183,7 +184,7 @@ namespace OpenSim.Framework
183 } 184 }
184 } 185 }
185 } 186 }
186 187 [Serializable]
187 public class RegionInfo : SimpleRegionInfo 188 public class RegionInfo : SimpleRegionInfo
188 { 189 {
189 public string RegionName = ""; 190 public string RegionName = "";