Addition of missing RequestSellItem custom sell buylist check.
Contributed by secaolol.
This commit is contained in:
@@ -58,7 +58,6 @@ public class RequestSellItem implements IClientIncomingPacket
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
_items = new ArrayList<>(size);
|
||||
for (int i = 0; i < size; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user