Preemptive bugfixing part 3.2

This commit is contained in:
ceikry 2021-07-26 08:59:08 -05:00
parent c6a77644e9
commit cce829e7b2

View file

@ -229,7 +229,7 @@ public class InterfaceUseOnPacket implements IncomingPacket {
interfaceId = buffer.getLEShort();
int itemSlot = buffer.getLEShortA();
itemId = buffer.getShortA();
unknown = buffer.getShortA();
buffer.getShortA();
if (itemSlot < 0 || itemSlot > 27) {
break;
}