From de85aabcbe51472a34b83943d0993e25b63ca074 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 24 Aug 2010 12:41:21 +0100 Subject: Plumb the region type through to the ProductName field in estate messages --- OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs index fee3126..f274da2 100644 --- a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs +++ b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs @@ -47,5 +47,6 @@ namespace OpenSim.Framework public bool useEstateSun; public float waterHeight; public string simName; + public string regionType; } -} \ No newline at end of file +} -- cgit v1.1