mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user