Send full list to avoid duplicates.
Contributed by nasseka.
This commit is contained in:
parent
f79302288f
commit
38c3b56383
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList(false);
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList(false);
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
@ -228,10 +228,8 @@ public class RequestPostAttachment implements IClientIncomingPacket
|
||||
{
|
||||
player.sendInventoryUpdate(playerIU);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.sendItemList();
|
||||
}
|
||||
// Send full list to avoid duplicates.
|
||||
player.sendItemList();
|
||||
|
||||
msg.removeAttachments();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user