diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-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 08de087..f08f4a4 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -915,7 +915,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
915 | { | 915 | { |
916 | return part.UUID; | 916 | return part.UUID; |
917 | } | 917 | } |
918 | return null; | 918 | return UUID.Zero; |
919 | } | 919 | } |
920 | 920 | ||
921 | public void ObjectGrabHandler(uint localId, Vector3 offsetPos, IClientAPI remoteClient) | 921 | public void ObjectGrabHandler(uint localId, Vector3 offsetPos, IClientAPI remoteClient) |