Skip to content

Commit e037177

Browse files
authored
Merge pull request #37 from SpigotMC/master
[pull] master from SpigotMC:master
2 parents ed19e26 + 2bafb70 commit e037177

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
@@ -50,7 +50,7 @@ public class ProtocolConstants
5050
public static final int MINECRAFT_1_21_2 = 768;
5151
public static final int MINECRAFT_1_21_4 = 769;
5252
public static final int MINECRAFT_1_21_5 = 770;
53-
public static final int MINECRAFT_1_21_6 = 1073742072;
53+
public static final int MINECRAFT_1_21_6 = 1073742073;
5454
public static final List<String> SUPPORTED_VERSIONS;
5555
public static final List<Integer> SUPPORTED_VERSION_IDS;
5656

0 commit comments

Comments
 (0)