From ed6fb195646c7297e0fc626f4c58101006a337de Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 1 Mar 2016 11:27:36 +1100 Subject: [PATCH] Patch rebuild --- .../0110-Add-damager-to-the-unhandled-error.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CraftBukkit-Patches/0110-Add-damager-to-the-unhandled-error.patch b/CraftBukkit-Patches/0110-Add-damager-to-the-unhandled-error.patch index c65a76258..5874f192d 100644 --- a/CraftBukkit-Patches/0110-Add-damager-to-the-unhandled-error.patch +++ b/CraftBukkit-Patches/0110-Add-damager-to-the-unhandled-error.patch @@ -18,7 +18,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 return callPlayerInteractEvent(who, action, new BlockPosition(0, 256, 0), EnumDirection.SOUTH, itemstack); } @@ -0,0 +0,0 @@ public class CraftEventFactory { - if (source == DamageSource.CACTUS) { + if (source == DamageSource.CACTUS || source == DamageSource.j) { // PAIL: rename cause = DamageCause.CONTACT; } else { - throw new AssertionError(String.format("Unhandled damage of %s by %s from %s", entity, damager, source.translationIndex));