aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2018-02-03 20:50:06 +0000
committerUbitUmarov2018-02-03 20:50:06 +0000
commit73177f2afa9038700ba5e8390aeecd0db9bb397a (patch)
tree612f3e7f22622a9429d4b6d8c59138bcebc71ccf /OpenSim/Region/ClientStack/Linden
parentpesty warnings (diff)
downloadopensim-SC-73177f2afa9038700ba5e8390aeecd0db9bb397a.zip
opensim-SC-73177f2afa9038700ba5e8390aeecd0db9bb397a.tar.gz
opensim-SC-73177f2afa9038700ba5e8390aeecd0db9bb397a.tar.bz2
opensim-SC-73177f2afa9038700ba5e8390aeecd0db9bb397a.tar.xz
some new code got in ahead of its time
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 7229522..cd687aa 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -626,8 +626,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
626 ImageManager.Close(); 626 ImageManager.Close();
627 ImageManager = null; 627 ImageManager = null;
628 628
629 m_entityUpdates.Close(); 629// m_entityUpdates.Close();
630 m_entityProps.Close(); 630// m_entityProps.Close();
631 m_entityUpdates = new PriorityQueue(1);
632 m_entityProps = new PriorityQueue(1);
631 m_killRecord.Clear(); 633 m_killRecord.Clear();
632 GroupsInView.Clear(); 634 GroupsInView.Clear();
633 635