aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 7d31c77..1823ccf 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -773,7 +773,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
773 m_clientPingTimer.Elapsed += CheckClientConnectivity; 773 m_clientPingTimer.Elapsed += CheckClientConnectivity;
774 m_clientPingTimer.Enabled = true; 774 m_clientPingTimer.Enabled = true;
775 775
776 m_scene.AddNewClient(this, true); 776 m_scene.AddNewClient(this);
777 777
778 RefreshGroupMembership(); 778 RefreshGroupMembership();
779 } 779 }