waste memory on a loss pool. Update resends need work.

This commit is contained in:
UbitUmarov
2020-09-17 20:18:56 +01:00
parent 8183945d5f
commit b9d97e4ee5
5 changed files with 108 additions and 12 deletions

View File

@@ -5348,7 +5348,7 @@ namespace OpenSim.Region.Framework.Scenes
public void SendUpdateToClient(IClientAPI remoteClient, PrimUpdateFlags update)
{
if (ParentGroup.IsDeleted)
if (ParentGroup.IsDeleted || !remoteClient.IsActive)
return;
if (Animations == null)