diff options
author | Justin Clarke Casey | 2008-04-03 13:33:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-03 13:33:46 +0000 |
commit | 6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85 (patch) | |
tree | 7fe1ee918ce816cdf6cec7c49e186b5ac91aff48 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | point in time update of NHibernate Asset Mapping code (diff) | |
download | opensim-SC-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.zip opensim-SC-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.gz opensim-SC-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.bz2 opensim-SC-6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85.tar.xz |
* Resolve mantis 849
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
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 | { |