diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index f7069a5..d8fa629 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -159,12 +159,12 @@ namespace OpenSim.Framework | |||
159 | /// </summary> | 159 | /// </summary> |
160 | public virtual ulong HomeRegion | 160 | public virtual ulong HomeRegion |
161 | { | 161 | { |
162 | get | 162 | get |
163 | { | 163 | { |
164 | return Util.RegionWorldLocToHandle(Util.RegionToWorldLoc(m_homeRegionX), Util.RegionToWorldLoc(m_homeRegionY)); | 164 | return Util.RegionWorldLocToHandle(Util.RegionToWorldLoc(m_homeRegionX), Util.RegionToWorldLoc(m_homeRegionY)); |
165 | // return Utils.UIntsToLong( m_homeRegionX * (uint)Constants.RegionSize, m_homeRegionY * (uint)Constants.RegionSize); | 165 | // return Utils.UIntsToLong( m_homeRegionX * (uint)Constants.RegionSize, m_homeRegionY * (uint)Constants.RegionSize); |
166 | } | 166 | } |
167 | 167 | ||
168 | set | 168 | set |
169 | { | 169 | { |
170 | uint regionWorldLocX, regionWorldLocY; | 170 | uint regionWorldLocX, regionWorldLocY; |
@@ -212,7 +212,7 @@ namespace OpenSim.Framework | |||
212 | get { return m_surname; } | 212 | get { return m_surname; } |
213 | set { m_surname = value; } | 213 | set { m_surname = value; } |
214 | } | 214 | } |
215 | 215 | ||
216 | /// <value> | 216 | /// <value> |
217 | /// The concatentation of the various name components. | 217 | /// The concatentation of the various name components. |
218 | /// </value> | 218 | /// </value> |