Making the library read the item's flag, so that clothing items can have the proper icons.
parent
26e3a8ee4b
commit
c0a8c2e707
|
@ -171,6 +171,7 @@ namespace OpenSim.Framework.Communications.Cache
|
|||
item.NextPermissions = (uint)config.GetLong("nextPermissions", 0x7FFFFFFF);
|
||||
item.EveryOnePermissions = (uint)config.GetLong("everyonePermissions", 0x7FFFFFFF);
|
||||
item.BasePermissions = (uint)config.GetLong("basePermissions", 0x7FFFFFFF);
|
||||
item.Flags = (uint)config.GetInt("flags", 0);
|
||||
|
||||
if (libraryFolders.ContainsKey(item.Folder))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue