diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index e3a40ea..f04a70a 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -1176,7 +1176,8 @@ namespace OpenSim.Region.ClientStack | |||
1176 | OutPacket(inventoryReply, ThrottleOutPacketType.Asset); | 1176 | OutPacket(inventoryReply, ThrottleOutPacketType.Asset); |
1177 | } | 1177 | } |
1178 | 1178 | ||
1179 | public void SendInventoryItemUpdate(InventoryItemBase Item) | 1179 | /// <see>IClientAPI.SendInventoryItemCreateUpdate(InventoryItemBase)</see> |
1180 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item) | ||
1180 | { | 1181 | { |
1181 | Encoding enc = Encoding.ASCII; | 1182 | Encoding enc = Encoding.ASCII; |
1182 | uint FULL_MASK_PERMISSIONS = 2147483647; | 1183 | uint FULL_MASK_PERMISSIONS = 2147483647; |