diff options
Diffstat (limited to 'OpenSim/Framework/Data/RegionProfileData.cs')
-rw-r--r-- | OpenSim/Framework/Data/RegionProfileData.cs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index fb53ac7..f9f4283 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs | |||
@@ -123,17 +123,11 @@ namespace OpenSim.Framework.Data | |||
123 | /// </summary> | 123 | /// </summary> |
124 | public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); | 124 | public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); |
125 | 125 | ||
126 | // part of an initial brutish effort to provide accurate information (as per the xml region spec) | ||
127 | // wrt the ownership of a given region | ||
128 | // the (very bad) assumption is that this value is being read and handled inconsistently or | ||
129 | // not at all. Current strategy is to put the code in place to support the validity of this information | ||
130 | // and to roll forward debugging any issues from that point | ||
131 | // | ||
132 | /// <summary> | 126 | /// <summary> |
133 | /// this particular mod to the file provides support within the spec for RegionProfileData for the | 127 | /// this particular mod to the file provides support within the spec for RegionProfileData for the |
134 | /// owner_uuid for the region | 128 | /// owner_uuid for the region |
135 | /// </summary> | 129 | /// </summary> |
136 | public LLUUID owner_uuid; | 130 | public LLUUID owner_uuid = LLUUID.Zero; |
137 | 131 | ||
138 | /// <summary> | 132 | /// <summary> |
139 | /// Get Sim profile data from grid server when in grid mode | 133 | /// Get Sim profile data from grid server when in grid mode |