aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2012-06-28 22:06:02 +0200
committerMelanie2012-06-28 22:06:02 +0200
commit498820a74f6b288c26e2c33981297568c0c12d08 (patch)
treec87b1c20a3e3deeee56c33719ca8abed96499bdf /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentFix llRegionSayTo the right way (diff)
parent reactivate physics raycasts on llCastRay() until it's clear what is its prob... (diff)
downloadopensim-SC_OLD-498820a74f6b288c26e2c33981297568c0c12d08.zip
opensim-SC_OLD-498820a74f6b288c26e2c33981297568c0c12d08.tar.gz
opensim-SC_OLD-498820a74f6b288c26e2c33981297568c0c12d08.tar.bz2
opensim-SC_OLD-498820a74f6b288c26e2c33981297568c0c12d08.tar.xz
Merge branch 'ubitwork' into avination
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 5a87958..80b6f64 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -6402,6 +6402,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6402 { 6402 {
6403 handlerCompleteMovementToRegion(sender, true); 6403 handlerCompleteMovementToRegion(sender, true);
6404 } 6404 }
6405 else
6406 m_log.Debug("HandleCompleteAgentMovement NULL handler");
6407
6405 handlerCompleteMovementToRegion = null; 6408 handlerCompleteMovementToRegion = null;
6406 6409
6407 return true; 6410 return true;