aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
index ae37790..0a4906a 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs
@@ -193,7 +193,7 @@ namespace OpenSim.Region.Environment.Scenes
193 // Is this prim part of the group 193 // Is this prim part of the group
194 if (obj.HasChildPrim(localID)) 194 if (obj.HasChildPrim(localID))
195 { 195 {
196 SceneObjectPart part=obj.GetChildPart(localID); 196 SceneObjectPart part=obj.GetChildPart(localID);
197 if (part != null) 197 if (part != null)
198 { 198 {
199 // If the touched prim handles touches, deliver it 199 // If the touched prim handles touches, deliver it