diff options
author | Melanie | 2010-08-24 12:41:21 +0100 |
---|---|---|
committer | Melanie | 2010-08-24 12:41:21 +0100 |
commit | de85aabcbe51472a34b83943d0993e25b63ca074 (patch) | |
tree | b3dacc665c2e47cb9790434b1d6fe4819ca0c7a2 /OpenSim/Framework | |
parent | Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ... (diff) | |
download | opensim-SC_OLD-de85aabcbe51472a34b83943d0993e25b63ca074.zip opensim-SC_OLD-de85aabcbe51472a34b83943d0993e25b63ca074.tar.gz opensim-SC_OLD-de85aabcbe51472a34b83943d0993e25b63ca074.tar.bz2 opensim-SC_OLD-de85aabcbe51472a34b83943d0993e25b63ca074.tar.xz |
Plumb the region type through to the ProductName field in estate messages
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
47 | public bool useEstateSun; | 47 | public bool useEstateSun; |
48 | public float waterHeight; | 48 | public float waterHeight; |
49 | public string simName; | 49 | public string simName; |
50 | public string regionType; | ||
50 | } | 51 | } |
51 | } \ No newline at end of file | 52 | } |