mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
compile fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user