Preemptive bugfixing part 3.2
This commit is contained in:
@@ -229,7 +229,7 @@ public class InterfaceUseOnPacket implements IncomingPacket {
|
|||||||
interfaceId = buffer.getLEShort();
|
interfaceId = buffer.getLEShort();
|
||||||
int itemSlot = buffer.getLEShortA();
|
int itemSlot = buffer.getLEShortA();
|
||||||
itemId = buffer.getShortA();
|
itemId = buffer.getShortA();
|
||||||
unknown = buffer.getShortA();
|
buffer.getShortA();
|
||||||
if (itemSlot < 0 || itemSlot > 27) {
|
if (itemSlot < 0 || itemSlot > 27) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user