mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-27 11:07:39 +01:00
Preliminary 1.16.3 support (#566)
This commit is contained in:
parent
8075dbe95d
commit
61700eb820
31
BungeeCord-Patches/0058-Waterfall-1.16.3-Patch.patch
Normal file
31
BungeeCord-Patches/0058-Waterfall-1.16.3-Patch.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
From d3bf43998d56d5050eb34fded366e0fdb3ae4f4e Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Five (Xer)" <admin@xernium.com>
|
||||||
|
Date: Thu, 10 Sep 2020 17:42:01 +0200
|
||||||
|
Subject: [PATCH] Waterfall-1.16.3-Patch
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
index aa1b770c..f33bb5c4 100644
|
||||||
|
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
|
||||||
|
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
|
||||||
|
@@ -31,6 +31,7 @@ public class ProtocolConstants
|
||||||
|
public static final int MINECRAFT_1_16 = 735;
|
||||||
|
public static final int MINECRAFT_1_16_1 = 736;
|
||||||
|
public static final int MINECRAFT_1_16_2 = 751;
|
||||||
|
+ public static final int MINECRAFT_1_16_3 = 753;
|
||||||
|
public static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
|
||||||
|
"1.8.x",
|
||||||
|
"1.9.x",
|
||||||
|
@@ -67,7 +68,8 @@ public class ProtocolConstants
|
||||||
|
ProtocolConstants.MINECRAFT_1_15_2,
|
||||||
|
ProtocolConstants.MINECRAFT_1_16,
|
||||||
|
ProtocolConstants.MINECRAFT_1_16_1,
|
||||||
|
- ProtocolConstants.MINECRAFT_1_16_2
|
||||||
|
+ ProtocolConstants.MINECRAFT_1_16_2,
|
||||||
|
+ ProtocolConstants.MINECRAFT_1_16_3
|
||||||
|
);
|
||||||
|
|
||||||
|
public static final boolean isBeforeOrEq(int before, int other)
|
||||||
|
--
|
||||||
|
2.24.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user