Skip to content

Commit 5cd24ea

Browse files
authored
Merge pull request #52 from SpigotMC/master
[pull] master from SpigotMC:master
2 parents 81e14de + 0be632a commit 5cd24ea

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
@@ -52,7 +52,7 @@ public class ProtocolConstants
5252
public static final int MINECRAFT_1_21_5 = 770;
5353
public static final int MINECRAFT_1_21_6 = 771;
5454
public static final int MINECRAFT_1_21_7 = 772;
55-
public static final int MINECRAFT_1_21_9 = 1073742088;
55+
public static final int MINECRAFT_1_21_9 = 1073742089;
5656
public static final List<String> SUPPORTED_VERSIONS;
5757
public static final List<Integer> SUPPORTED_VERSION_IDS;
5858

0 commit comments

Comments
 (0)