mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Mantis #1946
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
This commit is contained in:
@@ -149,6 +149,16 @@ namespace OpenSim.Framework
|
||||
}
|
||||
}
|
||||
|
||||
private LLUUID _homeRegionID;
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public LLUUID HomeRegionID
|
||||
{
|
||||
get { return _homeRegionID; }
|
||||
set { _homeRegionID = value; }
|
||||
}
|
||||
|
||||
// Property wrappers
|
||||
public virtual LLUUID ID
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user