Skip to content

Commit

Permalink
Fix typo in version command (#4830)
Browse files Browse the repository at this point in the history
  • Loading branch information
letsgoawaydev authored Jul 7, 2024
1 parent cbd59de commit a807fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public final class GameProtocol {
.minecraftVersion("1.20.80/1.20.81")
.build()));
SUPPORTED_BEDROCK_CODECS.add(CodecProcessor.processCodec(DEFAULT_BEDROCK_CODEC.toBuilder()
.minecraftVersion("1.21.0/1.20.1")
.minecraftVersion("1.21.0/1.21.1")
.build()));
}

Expand Down

0 comments on commit a807fa6

Please sign in to comment.