Send full list to avoid duplicates.
Contributed by nasseka.
This commit is contained in:
@@ -230,10 +230,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendPacket(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendPacket(new ItemList(player, false));
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendPacket(new ItemList(player, false));
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
Reference in New Issue
Block a user