diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 8f38d39..42986ec 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -2360,7 +2360,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2360 | 2360 | ||
2361 | public void AttachObject(IClientAPI remoteClient, uint AttachmentPt, UUID itemID, SceneObjectGroup att) | 2361 | public void AttachObject(IClientAPI remoteClient, uint AttachmentPt, UUID itemID, SceneObjectGroup att) |
2362 | { | 2362 | { |
2363 | if (null == itemID) | 2363 | if (UUID.Zero == itemID) |
2364 | { | 2364 | { |
2365 | m_log.Error("[SCENE INVENTORY]: Unable to save attachment. Error inventory item ID."); | 2365 | m_log.Error("[SCENE INVENTORY]: Unable to save attachment. Error inventory item ID."); |
2366 | return; | 2366 | return; |