aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index a5c7bcf..c6190dd 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -4435,9 +4435,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4435 if(inview) 4435 if(inview)
4436 { 4436 {
4437 kills.Add(grp.LocalId); 4437 kills.Add(grp.LocalId);
4438 killedParst = grp.PrimCount; 4438 killedParst += grp.PrimCount;
4439 4439
4440 if (killedParst > 200 ) 4440 if (killedParst > 199 )
4441 { 4441 {
4442 SendKillObject(kills); 4442 SendKillObject(kills);
4443 kills.Clear(); 4443 kills.Clear();