diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 978a2da..9874886 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4998,7 +4998,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4998 | if ((part.OwnerMask & (uint)PermissionMask.Modify) == 0) | 4998 | if ((part.OwnerMask & (uint)PermissionMask.Modify) == 0) |
4999 | break; | 4999 | break; |
5000 | 5000 | ||
5001 | TaskInventoryItem ti = part.GetInventoryItem(itemID); | 5001 | TaskInventoryItem ti = part.Inventory.GetInventoryItem(itemID); |
5002 | if (ti == null) | 5002 | if (ti == null) |
5003 | break; | 5003 | break; |
5004 | 5004 | ||