diff options
Diffstat (limited to 'OpenSim/Framework/UserProfileData.cs')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index d0b4c25..2d06148 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -145,7 +145,9 @@ namespace OpenSim.Framework | |||
145 | private LLUUID _partner; | 145 | private LLUUID _partner; |
146 | 146 | ||
147 | /// <summary> | 147 | /// <summary> |
148 | /// The regionhandle of the users preffered home region. If multiple sims occupy the same spot, the grid may decide which region the user logs into | 148 | /// The regionhandle of the users preferred home region. If |
149 | /// multiple sims occupy the same spot, the grid may decide | ||
150 | /// which region the user logs into | ||
149 | /// </summary> | 151 | /// </summary> |
150 | public virtual ulong HomeRegion | 152 | public virtual ulong HomeRegion |
151 | { | 153 | { |
@@ -159,7 +161,9 @@ namespace OpenSim.Framework | |||
159 | 161 | ||
160 | private LLUUID _homeRegionID; | 162 | private LLUUID _homeRegionID; |
161 | /// <summary> | 163 | /// <summary> |
162 | /// The regionID of the users home region. This is unique; even if the position of the region changes within the grid, this will refer to the same region. | 164 | /// The regionID of the users home region. This is unique; |
165 | /// even if the position of the region changes within the | ||
166 | /// grid, this will refer to the same region. | ||
163 | /// </summary> | 167 | /// </summary> |
164 | public LLUUID HomeRegionID | 168 | public LLUUID HomeRegionID |
165 | { | 169 | { |