mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Comment out user profile cache update method for now
This commit is contained in:
@@ -156,7 +156,12 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public virtual ulong HomeRegion
|
||||
{
|
||||
get { return Utils.UIntsToLong((m_homeRegionX * (uint)Constants.RegionSize), (m_homeRegionY * (uint)Constants.RegionSize)); }
|
||||
get
|
||||
{
|
||||
return Utils.UIntsToLong(
|
||||
m_homeRegionX * (uint)Constants.RegionSize, m_homeRegionY * (uint)Constants.RegionSize);
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
m_homeRegionX = (uint) (value >> 40);
|
||||
|
||||
Reference in New Issue
Block a user