diff options
author | Spottedleaf <[email protected]> | 2024-06-14 10:15:52 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-06-14 10:15:52 -0700 |
commit | 38b3182a9062e88959b33b486fbd73ac179f80c0 (patch) | |
tree | 7d6fcfdc84fc70dc76cf4ad5f84a7e9cf83827b2 /patches/server/0351-Fix-item-duplication-and-teleport-issues.patch | |
parent | 66f7b672ed6c60d9aee49f6dd174126714f4a151 (diff) | |
download | Paper-38b3182a9062e88959b33b486fbd73ac179f80c0.tar.gz Paper-38b3182a9062e88959b33b486fbd73ac179f80c0.zip |
Updated Upstream (Bukkit/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
Bukkit Changes:
befcf86d SPIGOT-7740: Fix using new map cursor types
09229095 Add EntityDamageEvent.DamageCause#CAMPFIRE
CraftBukkit Changes:
a1d2cd152 SPIGOT-7747: Mob head is not dropped when mob was blown up by a charged creeper
8078294bc SPIGOT-7746: Server Crashing when Players Getting into End Portals
8d842e250 SPIGOT-7744: Fix exception for shooting projectiles with flame enchantment
64e0ad129 SPIGOT-7744: Fix crash when shooting arrows in creative mode
819f7a10a Fix player items not dropping on death
0a0229bb5 Implement DamageCause#CAMPFIRE and minor improvement in exception for Unhandled block damage
Diffstat (limited to 'patches/server/0351-Fix-item-duplication-and-teleport-issues.patch')
-rw-r--r-- | patches/server/0351-Fix-item-duplication-and-teleport-issues.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch b/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch index 2a7ff6fe57..66b9f096ef 100644 --- a/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch +++ b/patches/server/0351-Fix-item-duplication-and-teleport-issues.patch @@ -124,7 +124,7 @@ index 92bb0c63330ad3a4cb13b2dc655020714e9b1ffd..cc1189c2d7dc57ba8f29aad4ba5d2a07 } } diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -index a073dd7a0d8440aa00f0f02dc02187b4ff48bc7f..4552a77e84d3c957431a918ca78dcf2e06f2e74c 100644 +index 6e9f0fdbfffe7a08185a125e2ad0f2227d25cc07..720ea811407b4288b9923cf7db0ac44ad1a086e0 100644 --- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java +++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java @@ -895,6 +895,11 @@ public class CraftEventFactory { |