diff options
author | Aikar <[email protected]> | 2020-05-01 18:03:47 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-05-01 18:03:57 -0400 |
commit | 57dd397155c222b014bf2cce0b1876d12109d7f9 (patch) | |
tree | 1b737a658eea518d19b7d13840f20a3550cc6191 /Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch | |
parent | a6a197b11f7daeb627237a50c3739d0d92bdb285 (diff) | |
download | Paper-57dd397155c222b014bf2cce0b1876d12109d7f9.tar.gz Paper-57dd397155c222b014bf2cce0b1876d12109d7f9.zip |
Updated Upstream (Bukkit/CraftBukkit)
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
Bukkit Changes:
b999860d SPIGOT-2304: Add LootGenerateEvent
CraftBukkit Changes:
77fd87e4 SPIGOT-2304: Implement LootGenerateEvent
a1a705ee SPIGOT-5566: Doused campfires & fires should call EntityChangeBlockEvent
41712edd SPIGOT-5707: PersistentDataHolder not Persistent on API dropped Item
Diffstat (limited to 'Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch')
-rw-r--r-- | Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch b/Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch index 63f25b38cc..0b04b53e2a 100644 --- a/Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch +++ b/Spigot-API-Patches/0152-PreSpawnerSpawnEvent.patch @@ -1,4 +1,4 @@ -From 57a505b782c36e3f017b9c7c31bc8187bb27a17b Mon Sep 17 00:00:00 2001 +From 40a49656a4e036c386db9681efd960a27aedf0b7 Mon Sep 17 00:00:00 2001 From: Phoenix616 <[email protected]> Date: Tue, 18 Sep 2018 23:50:10 +0100 Subject: [PATCH] PreSpawnerSpawnEvent @@ -44,5 +44,5 @@ index 000000000..48cff0635 + } +} -- -2.25.1 +2.26.2 |