Oops that was not slower

LSLKeyTest
UbitUmarov 2016-07-13 16:28:07 +01:00
parent 33655e40df
commit e0a1025497
1 changed files with 2 additions and 2 deletions

View File

@ -4435,9 +4435,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if(inview) if(inview)
{ {
kills.Add(grp.LocalId); kills.Add(grp.LocalId);
killedParst = grp.PrimCount; killedParst += grp.PrimCount;
if (killedParst > 200 ) if (killedParst > 199 )
{ {
SendKillObject(kills); SendKillObject(kills);
kills.Clear(); kills.Clear();