From b24c669c16d574a30a856839dd5fcbf8c1d4eabe Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 2 Jan 2019 16:44:13 +0000 Subject: more on the hack (runprebuild) --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d1f5378..4715326 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -710,7 +710,6 @@ namespace OpenSim.Framework Vector3 StartPos { get; set; } UUID AgentId { get; } - 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 @@ -1515,5 +1514,6 @@ namespace OpenSim.Framework void SendAgentTerseUpdate(ISceneEntity presence); void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); + void CheckViewerCaps(); } } -- cgit v1.1