diff options
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs index b24e0de..c26ff51 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | |||
@@ -205,11 +205,11 @@ namespace OpenSim.Region.Environment.Scenes | |||
205 | // FIXME: ignoring group permissions for now as they aren't stored in item | 205 | // FIXME: ignoring group permissions for now as they aren't stored in item |
206 | taskItem.EveryoneMask = item.EveryOnePermissions; | 206 | taskItem.EveryoneMask = item.EveryOnePermissions; |
207 | taskItem.NextOwnerMask = item.NextPermissions; | 207 | taskItem.NextOwnerMask = item.NextPermissions; |
208 | taskItem.Flags = item.Flags; | 208 | taskItem.Flags = item.Flags; |
209 | // TODO: These are pending addition of those fields to TaskInventoryItem | 209 | // TODO: These are pending addition of those fields to TaskInventoryItem |
210 | // taskItem.SalePrice = item.SalePrice; | 210 | // taskItem.SalePrice = item.SalePrice; |
211 | // taskItem.SaleType = item.SaleType; | 211 | // taskItem.SaleType = item.SaleType; |
212 | taskItem.CreationDate = (uint)item.CreationDate; | 212 | taskItem.CreationDate = (uint)item.CreationDate; |
213 | 213 | ||
214 | part.AddInventoryItem(taskItem); | 214 | part.AddInventoryItem(taskItem); |
215 | 215 | ||