Skip to content

Commit a807fa6

Browse files
Fix typo in version command (#4830)
1 parent cbd59de commit a807fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/geysermc/geyser/network/GameProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class GameProtocol {
6767
.minecraftVersion("1.20.80/1.20.81")
6868
.build()));
6969
SUPPORTED_BEDROCK_CODECS.add(CodecProcessor.processCodec(DEFAULT_BEDROCK_CODEC.toBuilder()
70-
.minecraftVersion("1.21.0/1.20.1")
70+
.minecraftVersion("1.21.0/1.21.1")
7171
.build()));
7272
}
7373

0 commit comments

Comments
 (0)