From ce1af0c348a8477f9ec58d79e6267e9226dc5dba Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 26 Aug 2018 12:00:00 +1000 Subject: Update to Minecraft 1.13.1 --- nms-patches/BlockTNT.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nms-patches/BlockTNT.patch') diff --git a/nms-patches/BlockTNT.patch b/nms-patches/BlockTNT.patch index 1af71a5f..0e087adb 100644 --- a/nms-patches/BlockTNT.patch +++ b/nms-patches/BlockTNT.patch @@ -1,7 +1,7 @@ --- a/net/minecraft/server/BlockTNT.java +++ b/net/minecraft/server/BlockTNT.java -@@ -72,6 +72,11 @@ - EntityArrow entityarrow = (EntityArrow) entity; +@@ -90,6 +90,11 @@ + Entity entity1 = entityarrow.getShooter(); if (entityarrow.isBurning()) { + // CraftBukkit start @@ -9,6 +9,6 @@ + return; + } + // CraftBukkit end - this.a(world, blockposition, entityarrow.shooter instanceof EntityLiving ? (EntityLiving) entityarrow.shooter : null); + this.a(world, blockposition, entity1 instanceof EntityLiving ? (EntityLiving) entity1 : null); world.setAir(blockposition); } -- cgit v1.2.3