aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
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 ed04e44..1a05bd9 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -524,7 +524,7 @@ namespace OpenSim.Region.Environment.Scenes
524 if (group != null) 524 if (group != null)
525 { 525 {
526 // TODO Retrieve itemID from client's inventory to pass on 526 // TODO Retrieve itemID from client's inventory to pass on
527 //group.AddInventoryItem(rmoteClient, primLocalID, null); 527 //group.AddInventoryItem(remoteClient, primLocalID, null);
528 MainLog.Instance.Verbose( 528 MainLog.Instance.Verbose(
529 "PRIMINVENTORY", 529 "PRIMINVENTORY",
530 "UpdateTaskInventory called with script {0}, folder {1}, primLocalID {2}, user {3}", 530 "UpdateTaskInventory called with script {0}, folder {1}, primLocalID {2}, user {3}",