Updated Upstream (Waterfall)

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

Waterfall Changes:
056d668 Allow customisation of the Mojang auth url (#550)
This commit is contained in:
Shane Freeder 2020-08-14 18:30:03 +01:00
parent 31024c2e33
commit 5b80269e40
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 7b4d6e99a98216175470bdb3c0f8c4cc3563a78b
Subproject commit 056d6687ef3c6ce080bac254ba86b306a4d233d4

View File

@ -1,4 +1,4 @@
From 4110b114f9791959b1d0e42fd115b27a0b1b730d Mon Sep 17 00:00:00 2001
From d0c1b725cdfa4e07a4a8f9bf6bb810290f4e361e Mon Sep 17 00:00:00 2001
From: Troy Frew <fuzzy_bot@arenaga.me>
Date: Tue, 15 Nov 2016 10:31:04 -0500
Subject: [PATCH] 1.7.x Protocol Patch
@ -1581,7 +1581,7 @@ index 44e6ed3f..585afa36 100644
con.unsafe().sendPacket( pluginMessage );
throw CancelSendSignal.INSTANCE;
diff --git a/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java b/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
index b848e451..f4e0e9bc 100644
index 4b40b465..13deb6c9 100644
--- a/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
+++ b/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
@@ -12,6 +12,13 @@ import java.util.List;
@ -1598,7 +1598,7 @@ index b848e451..f4e0e9bc 100644
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import net.md_5.bungee.BungeeCord;
@@ -253,12 +260,28 @@ public class InitialHandler extends PacketHandler implements PendingConnection
@@ -255,12 +262,28 @@ public class InitialHandler extends PacketHandler implements PendingConnection
@Override
public void done(ProxyPingEvent pingResult, Throwable error)
{
@ -2038,5 +2038,5 @@ index daf12f74..e33861ab 100644
@Override
--
2.24.0
2.27.0