mirror of
https://github.com/Minestom/Minestom.git
synced 2025-04-04 11:16:29 +02:00
Use cursor item in windows packet (thanks mojang)
This commit is contained in:
parent
e150a6542a
commit
aa1fc186f0
@ -253,7 +253,7 @@ public class PlayerInventory extends AbstractInventory implements EquipmentHandl
|
|||||||
final int slot = convertToPacketSlot(i);
|
final int slot = convertToPacketSlot(i);
|
||||||
convertedSlots[slot] = itemStacks[i];
|
convertedSlots[slot] = itemStacks[i];
|
||||||
}
|
}
|
||||||
return new WindowItemsPacket((byte) 0, 0, convertedSlots, ItemStack.AIR);
|
return new WindowItemsPacket((byte) 0, 0, convertedSlots, cursorItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user