diff options
author | Justin Clarke Casey | 2008-11-28 20:11:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-28 20:11:17 +0000 |
commit | dfbec673a4ca24ab683ea403361efa4372cc1e0d (patch) | |
tree | 4a561fa5ce77121f201008e6ea14ff5a0ba48fd4 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | * Committing a new test, that will fail until someone decides to fix Location... (diff) | |
download | opensim-SC-dfbec673a4ca24ab683ea403361efa4372cc1e0d.zip opensim-SC-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.gz opensim-SC-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.bz2 opensim-SC-dfbec673a4ca24ab683ea403361efa4372cc1e0d.tar.xz |
* simplify AddNewClient since making this root without using MakeRootAgent() no longer sets everything up properly
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | } |