mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Oops that was not slower
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user