diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 988f547..01a9fb6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -15413,7 +15413,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
15413 | if(m_supportViewerCache) | 15413 | if(m_supportViewerCache) |
15414 | ret = m_viewerHandShakeFlags; | 15414 | ret = m_viewerHandShakeFlags; |
15415 | else | 15415 | else |
15416 | ret = m_viewerHandShakeFlags & 4; | 15416 | ret = (m_viewerHandShakeFlags & 4) | 2; // disable probes |
15417 | 15417 | ||
15418 | if (m_scene.CapsModule != null) | 15418 | if (m_scene.CapsModule != null) |
15419 | { | 15419 | { |