Skip to content

Commit f8b0aa7

Browse files
committed
Merge branch 'master' of https://github.com/SpigotMC/BungeeCord
2 parents 59995d1 + b376f61 commit f8b0aa7

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

+1-1
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)