1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-30 12:19:10 +00: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

View File

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