diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 774e3b4..365c884 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -77,6 +77,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
77 | 77 | ||
78 | public bool IsRestrictedToRegion = false; | 78 | public bool IsRestrictedToRegion = false; |
79 | 79 | ||
80 | public string JID = string.Empty; | ||
81 | |||
80 | // Agent moves with a PID controller causing a force to be exerted. | 82 | // Agent moves with a PID controller causing a force to be exerted. |
81 | private bool m_newForce = false; | 83 | private bool m_newForce = false; |
82 | private bool m_newCoarseLocations = true; | 84 | private bool m_newCoarseLocations = true; |