diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index a5c7bcf451..c6190dd368 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 if(inview) { kills.Add(grp.LocalId); - killedParst = grp.PrimCount; + killedParst += grp.PrimCount; - if (killedParst > 200 ) + if (killedParst > 199 ) { SendKillObject(kills); kills.Clear();