File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- From 16fdf073cc91a3a3c1adbfc265b42847020ed760 Mon Sep 17 00:00:00 2001
1
+ From 9c0f789fd31c93b1b1750560638da17f9ebb9ecf Mon Sep 17 00:00:00 2001
2
2
From: Justsnoopy30 <everettallen30@gmail.com>
3
3
Date: Sun, 16 Feb 2020 16:45:16 -0600
4
4
Subject: [PATCH] Minecraft 1.16 Support
@@ -1169,14 +1169,14 @@ index aa1515f4..04345a3f 100644
1169
1169
/*
1170
1170
} catch ( NoSuchMethodException ex )
1171
1171
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1172
- index cd987c8a..e7f897e0 100644
1172
+ index cd987c8a..22975edf 100644
1173
1173
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1174
1174
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1175
1175
@@ -28,6 +28,7 @@ public class ProtocolConstants
1176
1176
public static final int MINECRAFT_1_15 = 573;
1177
1177
public static final int MINECRAFT_1_15_1 = 575;
1178
1178
public static final int MINECRAFT_1_15_2 = 578;
1179
- + public static final int MINECRAFT_1_16 = 727 ; // HyperFall 1.16 Pre-4
1179
+ + public static final int MINECRAFT_1_16 = 729 ; // HyperFall 1.16 Pre-5
1180
1180
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
1181
1181
"1.8.x",
1182
1182
"1.9.x",
You can’t perform that action at this time.
0 commit comments