diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-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 ca17937..2b8f344 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -547,7 +547,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
547 | /// <param name="remoteClient"></param> | 547 | /// <param name="remoteClient"></param> |
548 | /// <param name="primLocalID"></param> | 548 | /// <param name="primLocalID"></param> |
549 | public void RequestTaskInventory(IClientAPI remoteClient, uint primLocalID) | 549 | public void RequestTaskInventory(IClientAPI remoteClient, uint primLocalID) |
550 | { | 550 | { |
551 | SceneObjectGroup group = GetGroupByPrim(primLocalID); | 551 | SceneObjectGroup group = GetGroupByPrim(primLocalID); |
552 | if (group != null) | 552 | if (group != null) |
553 | { | 553 | { |