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
1 changed files with 3 additions and 0 deletions

View File

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