mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Making the library read the item's flag, so that clothing items can have the proper icons.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user