aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-04-04 00:50:54 +0100
committerUbitUmarov2019-04-04 00:50:54 +0100
commit15b6d8c1477e6a294819bf5c0c510d909997fb8f (patch)
tree9e5b005f60b628d04878a40ca0b1e0778fc87bfa /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
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/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 6859b83..5ffea62 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -408,6 +408,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
408 get { return m_startpos; } 408 get { return m_startpos; }
409 set { m_startpos = value; } 409 set { m_startpos = value; }
410 } 410 }
411 public float StartFar { get; set; }
412
411 public bool DeliverPackets 413 public bool DeliverPackets
412 { 414 {
413 get { return m_deliverPackets; } 415 get { return m_deliverPackets; }
@@ -540,6 +542,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
540 m_firstName = sessionInfo.LoginInfo.First; 542 m_firstName = sessionInfo.LoginInfo.First;
541 m_lastName = sessionInfo.LoginInfo.Last; 543 m_lastName = sessionInfo.LoginInfo.Last;
542 m_startpos = sessionInfo.LoginInfo.StartPos; 544 m_startpos = sessionInfo.LoginInfo.StartPos;
545 StartFar = sessionInfo.LoginInfo.StartFar;
543 546
544 m_udpServer = udpServer; 547 m_udpServer = udpServer;
545 m_udpClient = udpClient; 548 m_udpClient = udpClient;