From 5867f9c11ffc9b8ebfc3ad7d27ab3a8ee8a8ba09 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 27 Nov 2008 15:14:27 +0000 Subject: * minor: remove the ability to change the client in ScenePresence to reduce the scope of possible bugs - currently unused in the core code * if this is being used then please say and we can see if there is a better accomodation of this --- OpenSim/Region/Environment/Scenes/ScenePresence.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes') 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 protected PhysicsActor m_physicsActor; + /// + /// The client controlling this presence + /// public IClientAPI ControllingClient { get { return m_controllingClient; } - set { m_controllingClient = value; } } public IClientCore ClientView -- cgit v1.1