diff options
author | Jeff Ames | 2008-02-20 18:38:20 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-20 18:38:20 +0000 |
commit | a8cfbbe963529728acbab4d9936cb89af380d1ac (patch) | |
tree | 16a72fba3d15556f6702127e7cfb98aa9fb9cf81 /OpenSim/Framework/Data | |
parent | Fix exception when reading OpenSim.ini file. (diff) | |
download | opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.zip opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.gz opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.bz2 opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.xz |
Minor cleanup.
Diffstat (limited to 'OpenSim/Framework/Data')
-rw-r--r-- | OpenSim/Framework/Data/RegionProfileData.cs | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index 3dbe27f..fb53ac7 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs | |||
@@ -123,23 +123,17 @@ 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 | // added by daTwitch | 126 | // part of an initial brutish effort to provide accurate information (as per the xml region spec) |
127 | // 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 | // wrt the ownership of a given region | 128 | // the (very bad) assumption is that this value is being read and handled inconsistently or |
129 | // 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 | // 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 | // and to roll forward debugging any issues from that point | ||
132 | // | ||
133 | // this particular mod to the file provides support within the spec for RegionProfileData for the | ||
134 | // owner_uuid for the region | ||
135 | // | ||
136 | /// <summary> | ||
137 | /// this particular mod to the file provides support within the spec for RegionProfileData for the | ||
138 | /// owner_uuid for the region | ||
139 | /// </summary> | ||
140 | public LLUUID owner_uuid; | ||
141 | // | 131 | // |
142 | // end of daTwitch mod to this file | 132 | /// <summary> |
133 | /// this particular mod to the file provides support within the spec for RegionProfileData for the | ||
134 | /// owner_uuid for the region | ||
135 | /// </summary> | ||
136 | public LLUUID owner_uuid; | ||
143 | 137 | ||
144 | /// <summary> | 138 | /// <summary> |
145 | /// Get Sim profile data from grid server when in grid mode | 139 | /// Get Sim profile data from grid server when in grid mode |