From eed01ed6f06144592116dd902c546be44bc07d61 Mon Sep 17 00:00:00 2001 From: Automated Date: Sun, 2 May 2021 05:07:27 -0400 Subject: [PATCH] [Auto] Updated Upstream (CraftBukkit) 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 CraftBukkit Changes: 95544a2da SPIGOT-6350: Fix wrong portal block place order --- Spigot-Server-Patches/Fix-nether-portal-creation.patch | 2 +- work/CraftBukkit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/Fix-nether-portal-creation.patch b/Spigot-Server-Patches/Fix-nether-portal-creation.patch index a0f86a0cf..4c64bcca6 100644 --- a/Spigot-Server-Patches/Fix-nether-portal-creation.patch +++ b/Spigot-Server-Patches/Fix-nether-portal-creation.patch @@ -19,4 +19,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + // Paper end CraftBlockState state = CraftBlockState.getBlockState(world, position, flag); state.setData(data); - list.put(position, state); + // remove first to keep insertion order diff --git a/work/CraftBukkit b/work/CraftBukkit index 6f55b5b88..95544a2da 160000 --- a/work/CraftBukkit +++ b/work/CraftBukkit @@ -1 +1 @@ -Subproject commit 6f55b5b8883b1bd2a8661478e078be359fad1294 +Subproject commit 95544a2da8707a3b3ee758e346da9ab063f1dbb2