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 81e14de + 0be632a commit 5cd24eaCopy full SHA for 5cd24ea
protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
@@ -52,7 +52,7 @@ public class ProtocolConstants
52
public static final int MINECRAFT_1_21_5 = 770;
53
public static final int MINECRAFT_1_21_6 = 771;
54
public static final int MINECRAFT_1_21_7 = 772;
55
- public static final int MINECRAFT_1_21_9 = 1073742088;
+ public static final int MINECRAFT_1_21_9 = 1073742089;
56
public static final List<String> SUPPORTED_VERSIONS;
57
public static final List<Integer> SUPPORTED_VERSION_IDS;
58
0 commit comments