aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-12-31 16:58:44 +0000
committerUbitUmarov2018-12-31 16:58:44 +0000
commit813fda90dabacc11d78bfbeb50b9e5cef79b1877 (patch)
tree0a39a899c6b92e4a9a34dcb531001148bc2d568a /OpenSim/Framework/IClientAPI.cs
parentlost in updates (diff)
downloadopensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.zip
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.gz
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.bz2
opensim-SC-813fda90dabacc11d78bfbeb50b9e5cef79b1877.tar.xz
temporary HACK to not kill some viewers
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 9617505..8f7d49c 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -710,6 +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 714
714 /// <summary> 715 /// <summary>
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 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