From 0e544930130a782f4772a19910222c718f4cab3b Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Wed, 27 Mar 2019 18:41:12 +0000 Subject: [PATCH] Updated Upstream (CraftBukkit/Spigot) 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 CraftBukkit Changes: 4c8327f7 SPIGOT-4673: EntitySpawnEvent should not be called for players Spigot Changes: 5629554b Rebuild patches --- .../Option-for-maximum-exp-value-when-merging-orbs.patch | 6 +++--- work/CraftBukkit | 2 +- work/Spigot | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Spigot-Server-Patches/Option-for-maximum-exp-value-when-merging-orbs.patch b/Spigot-Server-Patches/Option-for-maximum-exp-value-when-merging-orbs.patch index a20f495e3..6b0cfbee0 100644 --- a/Spigot-Server-Patches/Option-for-maximum-exp-value-when-merging-orbs.patch +++ b/Spigot-Server-Patches/Option-for-maximum-exp-value-when-merging-orbs.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Option for maximum exp value when merging orbs diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java -index af31030dc..b6764c7ec 100644 +index af31030dc7..b6764c7ec1 100644 --- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java @@ -0,0 +0,0 @@ public class PaperWorldConfig { @@ -20,7 +20,7 @@ index af31030dc..b6764c7ec 100644 + } } diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -index fb0fe3500..228f4b28e 100644 +index 9cbbfed4fe..2985c76f37 100644 --- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java +++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java @@ -0,0 +0,0 @@ public class CraftEventFactory { @@ -58,5 +58,5 @@ index fb0fe3500..228f4b28e 100644 + } // Paper end - End iteration skip check - All tweaking ends here } // Spigot end - } else { + } else if (!(entity instanceof EntityPlayer)) { -- \ No newline at end of file diff --git a/work/CraftBukkit b/work/CraftBukkit index 51100db82..4c8327f72 160000 --- a/work/CraftBukkit +++ b/work/CraftBukkit @@ -1 +1 @@ -Subproject commit 51100db8215f28accb2eeb56f9ee3e661f362d1e +Subproject commit 4c8327f72112dba222c982259480b1e70893e095 diff --git a/work/Spigot b/work/Spigot index e6eb36f2a..5629554b0 160000 --- a/work/Spigot +++ b/work/Spigot @@ -1 +1 @@ -Subproject commit e6eb36f2a1b5f11534f3e3c8277da14728fb027d +Subproject commit 5629554b031cb43df270e834939ef13cf5e75a4d