aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-07 22:32:10 +0000
committerJustin Clarke Casey2008-01-07 22:32:10 +0000
commit0428701da746df38ff7621b5c54f88afb0d48786 (patch)
tree76b67d2278273db7777d1542cdf74255b1cf4fd7 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parentTrigger persistence of the scripts in a prim's inventory when that inventory ... (diff)
downloadopensim-SC_OLD-0428701da746df38ff7621b5c54f88afb0d48786.zip
opensim-SC_OLD-0428701da746df38ff7621b5c54f88afb0d48786.tar.gz
opensim-SC_OLD-0428701da746df38ff7621b5c54f88afb0d48786.tar.bz2
opensim-SC_OLD-0428701da746df38ff7621b5c54f88afb0d48786.tar.xz
Minor prim inventory method refactoring
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-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}",