1.16 pre5

This commit is contained in:
KennyTV 2020-06-12 17:17:35 +02:00
parent 166b4314fd
commit 86cf835d53
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -177,10 +177,10 @@ public class Protocol1_15_2To1_16 extends BackwardsProtocol<ClientboundPackets1_
} }
wrapper.passthrough(Type.VAR_INT); // Hand wrapper.passthrough(Type.VAR_INT); // Hand
// New boolean: Whether the client is sneaking/pressing shift
wrapper.write(Type.BOOLEAN, false);
} }
// New boolean: Whether the client is sneaking/pressing shift
wrapper.write(Type.BOOLEAN, false);
}); });
} }
}); });