mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 19:12:22 +01:00
66e1ce8504
Spigot uses a no longer valid ClientboundContainerSetSlotPacket with the slot -1, which would update the carried stack in versions <=1.21.1 but now leads to an IOOB. 1.21.2 instead introduced the ClientboundSetCursorItemPacket, which this patch uses instead. |
||
---|---|---|
.. | ||
LegacyQueryHandler.java.patch | ||
PlayerChunkSender.java.patch | ||
ServerCommonPacketListenerImpl.java.patch | ||
ServerConfigurationPacketListenerImpl.java.patch | ||
ServerConnectionListener.java.patch | ||
ServerGamePacketListenerImpl.java.patch | ||
ServerHandshakePacketListenerImpl.java.patch | ||
ServerLoginPacketListenerImpl.java.patch | ||
ServerStatusPacketListenerImpl.java.patch |