diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs index a73bb76..0879357 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | |||
@@ -399,7 +399,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
399 | /// <param name="client"></param> | 399 | /// <param name="client"></param> |
400 | /// <param name="localID"></param> | 400 | /// <param name="localID"></param> |
401 | public bool GetInventoryFileName(IClientAPI client, uint localID) | 401 | public bool GetInventoryFileName(IClientAPI client, uint localID) |
402 | { | 402 | { |
403 | if (m_inventorySerial > 0) | 403 | if (m_inventorySerial > 0) |
404 | { | 404 | { |
405 | client.SendTaskInventory(m_uuid, (short)m_inventorySerial, | 405 | client.SendTaskInventory(m_uuid, (short)m_inventorySerial, |