diff options
author | Snoopy Pfeffer | 2011-08-22 14:51:43 +0200 |
---|---|---|
committer | Snoopy Pfeffer | 2011-08-22 14:51:43 +0200 |
commit | db91044593fc2592c7abb21034aeea8965febbd7 (patch) | |
tree | d0cf5b6a01d4fa323abc8d0ae60c4c298db89432 /OpenSim/Region/ScriptEngine/Shared | |
parent | read m_rpcHandlersKeepAlive under appropriate lock (diff) | |
download | opensim-SC_OLD-db91044593fc2592c7abb21034aeea8965febbd7.zip opensim-SC_OLD-db91044593fc2592c7abb21034aeea8965febbd7.tar.gz opensim-SC_OLD-db91044593fc2592c7abb21034aeea8965febbd7.tar.bz2 opensim-SC_OLD-db91044593fc2592c7abb21034aeea8965febbd7.tar.xz |
Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventoryUpdate after accepting inventory items.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index db45354..ef67a0c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -3927,7 +3927,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3927 | GridInstantMessage msg = new GridInstantMessage(World, | 3927 | GridInstantMessage msg = new GridInstantMessage(World, |
3928 | m_host.UUID, m_host.Name+", an object owned by "+ | 3928 | m_host.UUID, m_host.Name+", an object owned by "+ |
3929 | resolveName(m_host.OwnerID)+",", destId, | 3929 | resolveName(m_host.OwnerID)+",", destId, |
3930 | (byte)InstantMessageDialog.InventoryOffered, | 3930 | (byte)InstantMessageDialog.TaskInventoryOffered, |
3931 | false, objName+"\n"+m_host.Name+" is located at "+ | 3931 | false, objName+"\n"+m_host.Name+" is located at "+ |
3932 | World.RegionInfo.RegionName+" "+ | 3932 | World.RegionInfo.RegionName+" "+ |
3933 | m_host.AbsolutePosition.ToString(), | 3933 | m_host.AbsolutePosition.ToString(), |