We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed19e26 + 2bafb70 commit e037177Copy full SHA for e037177
protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
@@ -50,7 +50,7 @@ public class ProtocolConstants
50
public static final int MINECRAFT_1_21_2 = 768;
51
public static final int MINECRAFT_1_21_4 = 769;
52
public static final int MINECRAFT_1_21_5 = 770;
53
- public static final int MINECRAFT_1_21_6 = 1073742072;
+ public static final int MINECRAFT_1_21_6 = 1073742073;
54
public static final List<String> SUPPORTED_VERSIONS;
55
public static final List<Integer> SUPPORTED_VERSION_IDS;
56
0 commit comments