From 082f2baebe300e1313a34444c42dcc0a20c44baf Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 27 Nov 2007 13:46:52 +0000 Subject: 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. --- OpenSim/Framework/RegionInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/RegionInfo.cs') 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; namespace OpenSim.Framework { + [Serializable] public class SimpleRegionInfo { public SimpleRegionInfo() @@ -183,7 +184,7 @@ namespace OpenSim.Framework } } } - + [Serializable] public class RegionInfo : SimpleRegionInfo { public string RegionName = ""; -- cgit v1.1