mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
This commit is contained in:
@@ -703,6 +703,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
private bool m_inTransit;
|
||||
|
||||
/// <summary>
|
||||
/// This signals whether the presence is in transit between neighbouring regions.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// It is not set when the presence is teleporting or logging in/out directly to a region.
|
||||
/// </remarks>
|
||||
public bool IsInTransit
|
||||
{
|
||||
get { return m_inTransit; }
|
||||
|
||||
Reference in New Issue
Block a user