aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-21 01:01:07 +0100
committerJustin Clark-Casey (justincc)2010-09-21 01:01:07 +0100
commit192bcab98711245e241f1b37cb12cc29a26b168e (patch)
tree6e72ef2c0b7d20355f29119a603877786d83bf37 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentIf the uuid of a SceneObjectGroup (RootPart) is changed before adding to the ... (diff)
parent* Tweaked the LocationTests for maximum coverage. (diff)
downloadopensim-SC_OLD-192bcab98711245e241f1b37cb12cc29a26b168e.zip
opensim-SC_OLD-192bcab98711245e241f1b37cb12cc29a26b168e.tar.gz
opensim-SC_OLD-192bcab98711245e241f1b37cb12cc29a26b168e.tar.bz2
opensim-SC_OLD-192bcab98711245e241f1b37cb12cc29a26b168e.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index cede050..48d5a12 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1531,6 +1531,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1531 OutPacket(kill, ThrottleOutPacketType.Task); 1531 OutPacket(kill, ThrottleOutPacketType.Task);
1532 } 1532 }
1533 } 1533 }
1534 else
1535 {
1536 OutPacket(kill, ThrottleOutPacketType.State);
1537 }
1534 } 1538 }
1535 1539
1536 /// <summary> 1540 /// <summary>