Updated Upstream (BungeeCord)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
a9d75c52 Minecraft 1.18 support
This commit is contained in:
Shane Freeder 2021-12-02 03:10:11 +00:00
parent 0fb2c92016
commit 2916189edc
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 1 additions and 23 deletions

@ -1 +1 @@
Subproject commit 98afd548d180aec5ff1edd959c3fb2e7141f4fde
Subproject commit a9d75c52553c1144c48fa0c0b38f5b62ee7d4825

View File

@ -1,22 +0,0 @@
From 4f62e9b808995e99b6c081b595f0fd937566c5ff Mon Sep 17 00:00:00 2001
From: Nassim Jahnke <jahnke.nassim@gmail.com>
Date: Tue, 30 Nov 2021 10:24:30 +0100
Subject: [PATCH] 1.18
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 8422f88b..f1276c09 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
@@ -36,7 +36,7 @@ public class ProtocolConstants
public static final int MINECRAFT_1_16_4 = 754;
public static final int MINECRAFT_1_17 = 755;
public static final int MINECRAFT_1_17_1 = 756;
- public static final int MINECRAFT_1_18 = 1073741883;
+ public static final int MINECRAFT_1_18 = 757; // Waterfall
public static final List<String> SUPPORTED_VERSIONS;
public static final List<Integer> SUPPORTED_VERSION_IDS;
--
2.34.1.windows.1