mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 00:42:05 +01:00
d9c0a60246
This fixes item position desync (MC-4) by running the item coordinates through the encode/decode methods of the packet that causes the precision loss, which forces the server to lose the same precision as the client keeping them in sync. |
||
---|---|---|
.. | ||
ClientboundInitializeBorderPacket.java.patch | ||
ClientboundSectionBlocksUpdatePacket.java.patch | ||
ClientboundSetBorderCenterPacket.java.patch | ||
ClientboundSetPlayerTeamPacket.java.patch | ||
ClientboundSystemChatPacket.java.patch | ||
ServerboundInteractPacket.java.patch | ||
ServerboundUseItemOnPacket.java.patch | ||
ServerboundUseItemPacket.java.patch | ||
VecDeltaCodec.java.patch |