1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-02-22 04:33:35 +01:00

Fix book signing

This commit is contained in:
AJ Ferguson 2024-04-21 19:23:05 -04:00 committed by Camotoy
parent c5e02d28e6
commit 8381a148fc
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -104,6 +104,9 @@ public class BedrockBookEditTranslator extends PacketTranslator<BookEditPacket>
}
break;
}
case SIGN_BOOK: {
break;
}
default:
return;
}