diff options
author | Robert Adams | 2013-01-17 14:51:52 -0800 |
---|---|---|
committer | Robert Adams | 2013-01-17 14:51:52 -0800 |
commit | a6afd2f706c6a99668faa0af8c75c5836c1e79d9 (patch) | |
tree | c0265f0e526a8aed9b05006cbc2b3e6dcb4afdaf /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | BulletSim: Add one function that all actors who act on the physical (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-a6afd2f706c6a99668faa0af8c75c5836c1e79d9.zip opensim-SC-a6afd2f706c6a99668faa0af8c75c5836c1e79d9.tar.gz opensim-SC-a6afd2f706c6a99668faa0af8c75c5836c1e79d9.tar.bz2 opensim-SC-a6afd2f706c6a99668faa0af8c75c5836c1e79d9.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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 967fa44..0ccd69a 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -1588,7 +1588,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1588 | 1588 | ||
1589 | if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null) | 1589 | if (localIDs.Count == 1 && m_scene.GetScenePresence(localIDs[0]) != null) |
1590 | { | 1590 | { |
1591 | OutPacket(kill, ThrottleOutPacketType.State); | 1591 | OutPacket(kill, ThrottleOutPacketType.Task); |
1592 | } | 1592 | } |
1593 | else | 1593 | else |
1594 | { | 1594 | { |