From 269c5fe53437641c6ed7217559e7df10fea27eda Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Sat, 21 Dec 2019 06:55:31 +0000 Subject: [PATCH] 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: 6456426 Updated Upstream (BungeeCord) --- Waterfall | 2 +- Waterfall-Proxy-Patches/0003-1.7.x-Protocol-Patch.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Waterfall b/Waterfall index 487b632..6456426 160000 --- a/Waterfall +++ b/Waterfall @@ -1 +1 @@ -Subproject commit 487b6320537e4f64f867f998c4db3d8dffa31ae1 +Subproject commit 6456426ebdf5c4ad3b32a8954607892e70139e63 diff --git a/Waterfall-Proxy-Patches/0003-1.7.x-Protocol-Patch.patch b/Waterfall-Proxy-Patches/0003-1.7.x-Protocol-Patch.patch index 2d404d1..8a9f101 100644 --- a/Waterfall-Proxy-Patches/0003-1.7.x-Protocol-Patch.patch +++ b/Waterfall-Proxy-Patches/0003-1.7.x-Protocol-Patch.patch @@ -1,4 +1,4 @@ -From 6d405b6c9b3d6a5ba27bd85be0f33bc52043cf85 Mon Sep 17 00:00:00 2001 +From 14872d06fc7e7870c466226954c3da65c02ea91e Mon Sep 17 00:00:00 2001 From: Troy Frew Date: Tue, 15 Nov 2016 10:31:04 -0500 Subject: [PATCH] 1.7.x Protocol Patch @@ -1642,10 +1642,10 @@ index 51d0c6cf..35b9530a 100644 con.getServer().disconnect( "Quitting" ); } diff --git a/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java b/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java -index 066135ad..08db1f17 100644 +index af27f65c..67985446 100644 --- a/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java +++ b/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java -@@ -35,6 +35,10 @@ public abstract class EntityMap +@@ -34,6 +34,10 @@ public abstract class EntityMap // Waterfall end switch ( version ) {