mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Merge commit '62a63f834b7cc056ee37c396034d0e268f66b4a8' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
This commit is contained in:
@@ -1260,6 +1260,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
set { m_occupied = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// ID of the avatar that is sat on us. If there is no such avatar then is UUID.Zero
|
||||
/// </summary>
|
||||
public UUID SitTargetAvatar
|
||||
{
|
||||
get { return m_sitTargetAvatar; }
|
||||
@@ -1942,11 +1945,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return part;
|
||||
}
|
||||
|
||||
public UUID GetAvatarOnSitTarget()
|
||||
{
|
||||
return m_sitTargetAvatar;
|
||||
}
|
||||
|
||||
public bool GetDieAtEdge()
|
||||
{
|
||||
if (m_parentGroup.IsDeleted)
|
||||
|
||||
Reference in New Issue
Block a user