mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Due to popular demand, a rezzed prim should no longer delete the original inventory item. (hasn't been tested to make sure no conflicts happen if that new rezzed object is then taken back into inventory but don't think there will be any)
This commit is contained in:
@@ -473,8 +473,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (rezAsset != null)
|
||||
{
|
||||
AddRezObject(Util.FieldToString(rezAsset.Data), pos);
|
||||
userInfo.DeleteItem(remoteClient.AgentId, item);
|
||||
remoteClient.SendRemoveInventoryItem(itemID);
|
||||
//userInfo.DeleteItem(remoteClient.AgentId, item);
|
||||
//remoteClient.SendRemoveInventoryItem(itemID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user