mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -2060,6 +2060,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
m_lastColliders.Remove(localID);
|
||||
}
|
||||
|
||||
if (m_parentGroup == null)
|
||||
return;
|
||||
if (m_parentGroup.IsDeleted)
|
||||
@@ -2855,7 +2856,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
SendFullUpdateToClient(remoteClient, clientFlags);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Send a full update for this part to all clients.
|
||||
|
||||
Reference in New Issue
Block a user