diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 63c97eb..1204cd4 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1202,7 +1202,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1202 | /// <param name="part"></param> | 1202 | /// <param name="part"></param> |
1203 | internal void SendPartFullUpdate(IClientAPI remoteClient, SceneObjectPart part, uint clientFlags) | 1203 | internal void SendPartFullUpdate(IClientAPI remoteClient, SceneObjectPart part, uint clientFlags) |
1204 | { | 1204 | { |
1205 | if (m_rootPart.UUID == part.UUID) | 1205 | if (m_rootPart != null && m_rootPart.UUID == part.UUID) |
1206 | { | 1206 | { |
1207 | if (m_rootPart.IsAttachment) | 1207 | if (m_rootPart.IsAttachment) |
1208 | { | 1208 | { |