mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
- When sending the "My Suitcase" folder to the client, always claim it has Folder Type 8. (Previously we had used Folder Type -1 in one place, and LLClientView didn't even bother changing Folder Type 100 to anything else.)
This commit is contained in:
@@ -35,6 +35,10 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public class InventoryItemBase : InventoryNodeBase, ICloneable
|
||||
{
|
||||
public static readonly string SUITCASE_FOLDER_NAME = "My Suitcase";
|
||||
public static readonly sbyte SUITCASE_FOLDER_TYPE = 100;
|
||||
public static readonly sbyte SUITCASE_FOLDER_FAKE_TYPE = 8;
|
||||
|
||||
/// <value>
|
||||
/// The inventory type of the item. This is slightly different from the asset type in some situations.
|
||||
/// </value>
|
||||
|
||||
Reference in New Issue
Block a user