From 02492f7b15f29419c1ea4725a6ae6959bc199912 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 1 Jan 2019 12:06:29 +0000 Subject: replace my hack by others hack --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/IClientAPI.cs') 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 Vector3 StartPos { get; set; } UUID AgentId { get; } - bool DoObjectAnimations { get; set; } + bool SupportObjectAnimations { get; set; } /// /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it -- cgit v1.1