Skip to content

Commit

Permalink
Update CodecProcessor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 23, 2024
1 parent a07c90b commit 5cb8c1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ static BedrockCodec processCodec(BedrockCodec codec) {
.updateSerializer(ScriptMessagePacket.class, ILLEGAL_SERIALIZER)
// // Ignored bidirectional packets
.updateSerializer(ClientCacheStatusPacket.class, IGNORED_SERIALIZER)
.updateSerializer(DisconnectPacket.class, IGNORED_SERIALIZER)
.updateSerializer(SimpleEventPacket.class, IGNORED_SERIALIZER)
.updateSerializer(TickSyncPacket.class, IGNORED_SERIALIZER)
.updateSerializer(MultiplayerSettingsPacket.class, IGNORED_SERIALIZER)
Expand Down

0 comments on commit 5cb8c1c

Please sign in to comment.