From e40fe2db26c6fae4f52df2cc350ea1e534df441a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sat, 15 Nov 2008 02:21:52 +0000 Subject: Update svn properties, minor formatting cleanup. --- OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs index 442720a..21c7905 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs @@ -184,7 +184,7 @@ namespace OpenSim.Region.Environment.Scenes // taskItem.SalePrice = item.SalePrice; // taskItem.SaleType = item.SaleType; taskItem.CreationDate = (uint)item.CreationDate; - + bool addFromAllowedDrop = false; if (remoteClient!=null) { -- cgit v1.1