mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-11-18 07:44:16 +01:00
Set accepted = true in 1.12->1.11.1 shift click fix (#1139)
This commit is contained in:
parent
38243bad78
commit
17d7b4873f
@ -114,7 +114,7 @@ public class BlockItemPacketRewriter1_12 extends LegacyBlockItemRewriter<Clientb
|
||||
PacketWrapper confirm = wrapper.create(ServerboundPackets1_12.CONTAINER_ACK);
|
||||
confirm.write(Types.BYTE, wrapper.get(Types.BYTE, 0));
|
||||
confirm.write(Types.SHORT, wrapper.get(Types.SHORT, 1));
|
||||
confirm.write(Types.BOOLEAN, false); // Success - not used
|
||||
confirm.write(Types.BOOLEAN, true); // Success - not used
|
||||
|
||||
wrapper.sendToServer(Protocol1_12To1_11_1.class);
|
||||
wrapper.cancel();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user