diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index aaa5e1c..86ec7e2 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2239,6 +2239,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2239 | awb.AssetID = wearables[i].AssetID; | 2239 | awb.AssetID = wearables[i].AssetID; |
2240 | awb.ItemID = wearables[i].ItemID; | 2240 | awb.ItemID = wearables[i].ItemID; |
2241 | aw.WearableData[i] = awb; | 2241 | aw.WearableData[i] = awb; |
2242 | |||
2243 | // m_log.DebugFormat( | ||
2244 | // "[APPEARANCE]: Sending wearable item/asset {0} {1} (index {2}) for {3}", | ||
2245 | // awb.ItemID, awb.AssetID, i, Name); | ||
2242 | } | 2246 | } |
2243 | 2247 | ||
2244 | OutPacket(aw, ThrottleOutPacketType.Task); | 2248 | OutPacket(aw, ThrottleOutPacketType.Task); |
@@ -4205,6 +4209,8 @@ Console.WriteLine(msgpack.ToString()); | |||
4205 | 4209 | ||
4206 | if (handlerRequestWearables != null) | 4210 | if (handlerRequestWearables != null) |
4207 | { | 4211 | { |
4212 | m_log.DebugFormat("[APPEARANCE]: Wearables requested by {0}", Name); | ||
4213 | |||
4208 | handlerRequestWearables(); | 4214 | handlerRequestWearables(); |
4209 | } | 4215 | } |
4210 | 4216 | ||
@@ -7076,7 +7082,6 @@ Console.WriteLine(msgpack.ToString()); | |||
7076 | 7082 | ||
7077 | public void SendAsset(AssetRequestToClient req) | 7083 | public void SendAsset(AssetRequestToClient req) |
7078 | { | 7084 | { |
7079 | |||
7080 | //Console.WriteLine("sending asset " + req.RequestAssetID); | 7085 | //Console.WriteLine("sending asset " + req.RequestAssetID); |
7081 | TransferInfoPacket Transfer = new TransferInfoPacket(); | 7086 | TransferInfoPacket Transfer = new TransferInfoPacket(); |
7082 | Transfer.TransferInfo.ChannelType = 2; | 7087 | Transfer.TransferInfo.ChannelType = 2; |