diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8f7d49c..d1f5378 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -710,7 +710,7 @@ namespace OpenSim.Framework | |||
710 | Vector3 StartPos { get; set; } | 710 | Vector3 StartPos { get; set; } |
711 | 711 | ||
712 | UUID AgentId { get; } | 712 | UUID AgentId { get; } |
713 | bool DoObjectAnimations { get; set; } | 713 | bool SupportObjectAnimations { get; set; } |
714 | 714 | ||
715 | /// <summary> | 715 | /// <summary> |
716 | /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it | 716 | /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it |