aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-01-02 16:44:13 +0000
committerUbitUmarov2019-01-02 16:44:13 +0000
commitb24c669c16d574a30a856839dd5fcbf8c1d4eabe (patch)
tree18ae9d8ecea72c9c20edf4fb7352a8b3b27aab95 /OpenSim/Framework/IClientAPI.cs
parentmantis 8438: work around null ref (diff)
downloadopensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.zip
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.gz
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.bz2
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.xz
more on the hack (runprebuild)
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
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
710 Vector3 StartPos { get; set; } 710 Vector3 StartPos { get; set; }
711 711
712 UUID AgentId { get; } 712 UUID AgentId { get; }
713 bool SupportObjectAnimations { get; set; }
714 713
715 /// <summary> 714 /// <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 715 /// 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
1515 void SendAgentTerseUpdate(ISceneEntity presence); 1514 void SendAgentTerseUpdate(ISceneEntity presence);
1516 1515
1517 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); 1516 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data);
1517 void CheckViewerCaps();
1518 } 1518 }
1519} 1519}