mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 21:40:27 -07:00
Preemptive bugfixing part 3.2
This commit is contained in:
parent
c6a77644e9
commit
cce829e7b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue