Skip to content

Commit b376f61

Browse files
committed
Minecraft 1.21.4-pre2 support
1 parent 373dab0 commit b376f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ProtocolConstants
4848
public static final int MINECRAFT_1_20_5 = 766;
4949
public static final int MINECRAFT_1_21 = 767;
5050
public static final int MINECRAFT_1_21_2 = 768;
51-
public static final int MINECRAFT_1_21_4 = 1073742047;
51+
public static final int MINECRAFT_1_21_4 = 1073742048;
5252
public static final List<String> SUPPORTED_VERSIONS;
5353
public static final List<Integer> SUPPORTED_VERSION_IDS;
5454

0 commit comments

Comments
 (0)