Making the library read the item's flag, so that clothing items can have the proper icons.

mysql-performance
Diva Canto 2009-12-21 06:58:21 -08:00
parent 26e3a8ee4b
commit c0a8c2e707
1 changed files with 1 additions and 0 deletions

View File

@ -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))
{