aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJohn Hurliman2010-09-17 14:35:35 -0700
committerJohn Hurliman2010-09-17 14:35:35 -0700
commitc08b6c28734b0e026aa25533333a66f845c48bca (patch)
treecf1eb99d801d1f65988cf64674189008eed2dc7c /OpenSim/Region/ClientStack
parentApplying the llParseString2List() patch from #5036 that Melanie claims was al... (diff)
parent* Add a few more tests to help our meager code coverage %. (diff)
downloadopensim-SC_OLD-c08b6c28734b0e026aa25533333a66f845c48bca.zip
opensim-SC_OLD-c08b6c28734b0e026aa25533333a66f845c48bca.tar.gz
opensim-SC_OLD-c08b6c28734b0e026aa25533333a66f845c48bca.tar.bz2
opensim-SC_OLD-c08b6c28734b0e026aa25533333a66f845c48bca.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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>