From 0428701da746df38ff7621b5c54f88afb0d48786 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 7 Jan 2008 22:32:10 +0000 Subject: Minor prim inventory method refactoring --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') 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 if (group != null) { // TODO Retrieve itemID from client's inventory to pass on - //group.AddInventoryItem(rmoteClient, primLocalID, null); + //group.AddInventoryItem(remoteClient, primLocalID, null); MainLog.Instance.Verbose( "PRIMINVENTORY", "UpdateTaskInventory called with script {0}, folder {1}, primLocalID {2}, user {3}", -- cgit v1.1