Fix book edit

This commit is contained in:
KennyTV 2019-12-14 16:22:24 +01:00
parent d5907711e1
commit 9c8a8e2e9c

View File

@ -55,7 +55,7 @@ public class Protocol1_15To1_14_4 extends Protocol {
});
// Edit Book
registerIncoming(State.PLAY, 0x0C, 0x0D, new PacketRemapper() {
registerIncoming(State.PLAY, 0x0C, 0x0C, new PacketRemapper() {
@Override
public void registerMap() {
handler(new PacketHandler() {