diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index cbe7b09..7684b4f 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -717,7 +717,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
717 | 717 | ||
718 | public class TaskInventoryItem | 718 | public class TaskInventoryItem |
719 | { | 719 | { |
720 | public string[] AssetTypes = new string[] | 720 | public static string[] Types = new string[] |
721 | { | 721 | { |
722 | "texture", | 722 | "texture", |
723 | "sound", | 723 | "sound", |
@@ -734,7 +734,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
734 | }; | 734 | }; |
735 | 735 | ||
736 | public LLUUID item_id = LLUUID.Zero; | 736 | public LLUUID item_id = LLUUID.Zero; |
737 | public LLUUID parent_id = LLUUID.Zero; | 737 | public LLUUID parent_id = LLUUID.Zero; //parent folder id |
738 | 738 | ||
739 | public uint base_mask = FULL_MASK_PERMISSIONS; | 739 | public uint base_mask = FULL_MASK_PERMISSIONS; |
740 | public uint owner_mask = FULL_MASK_PERMISSIONS; | 740 | public uint owner_mask = FULL_MASK_PERMISSIONS; |