diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 6dc6f01..e38232c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3301,9 +3301,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3301 | awb.ItemID = wearables[i].ItemID; | 3301 | awb.ItemID = wearables[i].ItemID; |
3302 | aw.WearableData[i] = awb; | 3302 | aw.WearableData[i] = awb; |
3303 | 3303 | ||
3304 | // m_log.DebugFormat( | 3304 | // m_log.DebugFormat( |
3305 | // "[APPEARANCE]: Sending wearable item/asset {0} {1} (index {2}) for {3}", | 3305 | // "[APPEARANCE]: Sending wearable item/asset {0} {1} (index {2}) for {3}", |
3306 | // awb.ItemID, awb.AssetID, i, Name); | 3306 | // awb.ItemID, awb.AssetID, i, Name); |
3307 | } | 3307 | } |
3308 | 3308 | ||
3309 | OutPacket(aw, ThrottleOutPacketType.Task); | 3309 | OutPacket(aw, ThrottleOutPacketType.Task); |