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.
1 parent 373dab0 commit b376f61Copy full SHA for b376f61
protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
@@ -48,7 +48,7 @@ public class ProtocolConstants
48
public static final int MINECRAFT_1_20_5 = 766;
49
public static final int MINECRAFT_1_21 = 767;
50
public static final int MINECRAFT_1_21_2 = 768;
51
- public static final int MINECRAFT_1_21_4 = 1073742047;
+ public static final int MINECRAFT_1_21_4 = 1073742048;
52
public static final List<String> SUPPORTED_VERSIONS;
53
public static final List<Integer> SUPPORTED_VERSION_IDS;
54
0 commit comments