compile fix

avinationmerge
UbitUmarov 2014-09-21 23:26:17 +01:00
parent d1ccc6d5cc
commit a70ed79c39
1 changed files with 5 additions and 3 deletions

View File

@ -1244,11 +1244,13 @@ namespace OpenSim.Region.Framework.Scenes
{
datastore.StorePrimInventory(m_part.UUID, Items.Values);
}
catch(){}
Items.LockItemsForRead(false);
catch {}
HasInventoryChanged = false;
Items.LockItemsForRead(false);
// }
}