Addition of missing RequestSellItem custom sell buylist check.

Contributed by secaolol.
This commit is contained in:
MobiusDevelopment
2020-03-11 09:04:45 +00:00
parent 58a85d05f5
commit 904c6be328
17 changed files with 15 additions and 32 deletions

View File

@@ -58,7 +58,6 @@ public class RequestSellItem implements IClientIncomingPacket
{
return false;
}
_items = new ArrayList<>(size);
for (int i = 0; i < size; i++)
{