* 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
0.6.1-post-fixes
Justin Clarke Casey 2008-11-27 15:14:27 +00:00
parent 4a54e3412d
commit 5867f9c11f
1 changed files with 3 additions and 1 deletions

View File

@ -356,10 +356,12 @@ namespace OpenSim.Region.Environment.Scenes
protected PhysicsActor m_physicsActor;
/// <value>
/// The client controlling this presence
/// </value>
public IClientAPI ControllingClient
{
get { return m_controllingClient; }
set { m_controllingClient = value; }
}
public IClientCore ClientView