aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2019-04-04 00:50:54 +0100
committerUbitUmarov2019-04-04 00:50:54 +0100
commit15b6d8c1477e6a294819bf5c0c510d909997fb8f (patch)
tree9e5b005f60b628d04878a40ca0b1e0778fc87bfa /OpenSim/Tests
parentchange avatars sending point (diff)
downloadopensim-SC-15b6d8c1477e6a294819bf5c0c510d909997fb8f.zip
opensim-SC-15b6d8c1477e6a294819bf5c0c510d909997fb8f.tar.gz
opensim-SC-15b6d8c1477e6a294819bf5c0c510d909997fb8f.tar.bz2
opensim-SC-15b6d8c1477e6a294819bf5c0c510d909997fb8f.tar.xz
send agent view range to new child agents
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 0031127..3cd5253 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -369,6 +369,8 @@ namespace OpenSim.Tests.Common
369 set { } 369 set { }
370 } 370 }
371 371
372 public float StartFar { get; set; }
373
372 public virtual UUID AgentId 374 public virtual UUID AgentId
373 { 375 {
374 get { return m_agentId; } 376 get { return m_agentId; }