aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-09-16 16:34:16 +0100
committerUbitUmarov2015-09-16 16:34:16 +0100
commit2f1eab2792a67adeb0055118c345cd8313afbc99 (patch)
treeb94cab75294875b8ffb90fff7acd820951b9b20a /OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
parent change point of evocation of AgentHasMovedAway for HG (diff)
downloadopensim-SC_OLD-2f1eab2792a67adeb0055118c345cd8313afbc99.zip
opensim-SC_OLD-2f1eab2792a67adeb0055118c345cd8313afbc99.tar.gz
opensim-SC_OLD-2f1eab2792a67adeb0055118c345cd8313afbc99.tar.bz2
opensim-SC_OLD-2f1eab2792a67adeb0055118c345cd8313afbc99.tar.xz
remove bad merge from master
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
index 2d15b47..085328c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
@@ -470,18 +470,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
470 /// <param name="im"></param> 470 /// <param name="im"></param>
471 private void OnGridInstantMessage(GridInstantMessage im) 471 private void OnGridInstantMessage(GridInstantMessage im)
472 { 472 {
473 // Check if it's a type of message that we should handle
474 if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered)
475 || (im.dialog == (byte) InstantMessageDialog.TaskInventoryOffered)
476 || (im.dialog == (byte) InstantMessageDialog.InventoryAccepted)
477 || (im.dialog == (byte) InstantMessageDialog.InventoryDeclined)
478 || (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined)))
479 return;
480
481 m_log.DebugFormat(
482 "[INVENTORY TRANSFER]: {0} IM type received from grid. From={1} ({2}), To={3}",
483 (InstantMessageDialog)im.dialog, im.fromAgentID, im.fromAgentName, im.toAgentID);
484
485 // Check if this is ours to handle 473 // Check if this is ours to handle
486 // 474 //
487 Scene scene = FindClientScene(new UUID(im.toAgentID)); 475 Scene scene = FindClientScene(new UUID(im.toAgentID));