aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 998140f..610d442 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -356,10 +356,12 @@ namespace OpenSim.Region.Environment.Scenes
356 356
357 protected PhysicsActor m_physicsActor; 357 protected PhysicsActor m_physicsActor;
358 358
359 /// <value>
360 /// The client controlling this presence
361 /// </value>
359 public IClientAPI ControllingClient 362 public IClientAPI ControllingClient
360 { 363 {
361 get { return m_controllingClient; } 364 get { return m_controllingClient; }
362 set { m_controllingClient = value; }
363 } 365 }
364 366
365 public IClientCore ClientView 367 public IClientCore ClientView