diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 7be7e23..5552078 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -3657,6 +3657,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3657 | byte[] objBytes = objId.GetBytes(); | 3657 | byte[] objBytes = objId.GetBytes(); |
3658 | Array.Copy(objBytes, 0, bucket, 1, 16); | 3658 | Array.Copy(objBytes, 0, bucket, 1, 16); |
3659 | 3659 | ||
3660 | Console.WriteLine("Giving inventory"); | ||
3660 | GridInstantMessage msg = new GridInstantMessage(World, | 3661 | GridInstantMessage msg = new GridInstantMessage(World, |
3661 | m_host.UUID, m_host.Name+", an object owned by "+ | 3662 | m_host.UUID, m_host.Name+", an object owned by "+ |
3662 | resolveName(m_host.OwnerID)+",", destId, | 3663 | resolveName(m_host.OwnerID)+",", destId, |