mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Mantis#1587. Thank you kindly, Melanie for a patch that:
Add permissions magling to llGiveInventoryItem, correct some corner case functionality
This commit is contained in:
@@ -2729,7 +2729,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
else
|
||||
{
|
||||
// destination is an object
|
||||
World.CopyTaskInventoryItem(destId, m_host, objId);
|
||||
World.MoveTaskInventoryItem(destId, m_host, objId);
|
||||
}
|
||||
|
||||
if (!found)
|
||||
|
||||
Reference in New Issue
Block a user