aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
diff options
context:
space:
mode:
authorJeff Ames2008-11-15 02:21:52 +0000
committerJeff Ames2008-11-15 02:21:52 +0000
commite40fe2db26c6fae4f52df2cc350ea1e534df441a (patch)
tree7da025e47635ee7642bd92ec0e57d6adac9a6369 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs
parent* test: Add scene root agent test stub, since I'll be picking up with somethi... (diff)
downloadopensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.zip
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.gz
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.bz2
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
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
184// taskItem.SalePrice = item.SalePrice; 184// taskItem.SalePrice = item.SalePrice;
185// taskItem.SaleType = item.SaleType; 185// taskItem.SaleType = item.SaleType;
186 taskItem.CreationDate = (uint)item.CreationDate; 186 taskItem.CreationDate = (uint)item.CreationDate;
187 187
188 bool addFromAllowedDrop = false; 188 bool addFromAllowedDrop = false;
189 if (remoteClient!=null) 189 if (remoteClient!=null)
190 { 190 {