From 4507d99aeac5af1d6076e0739505f8525633f8f6 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 20 Aug 2016 09:48:07 +1000 Subject: SPIGOT-2616: Fix dispensers dispensing TNT making squid sounds This was caused by the wrong obfuscated sound effect being used, probably due to a merge issue. --- nms-patches/DispenserRegistry.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nms-patches/DispenserRegistry.patch') diff --git a/nms-patches/DispenserRegistry.patch b/nms-patches/DispenserRegistry.patch index 9246d281..3fde6543 100644 --- a/nms-patches/DispenserRegistry.patch +++ b/nms-patches/DispenserRegistry.patch @@ -355,9 +355,8 @@ + // CraftBukkit end world.addEntity(entitytntprimed); -- world.a((EntityHuman) null, entitytntprimed.locX, entitytntprimed.locY, entitytntprimed.locZ, SoundEffects.gz, SoundCategory.BLOCKS, 1.0F, 1.0F); + world.a((EntityHuman) null, entitytntprimed.locX, entitytntprimed.locY, entitytntprimed.locZ, SoundEffects.gz, SoundCategory.BLOCKS, 1.0F, 1.0F); - --itemstack.count; -+ world.a((EntityHuman) null, entitytntprimed.locX, entitytntprimed.locY, entitytntprimed.locZ, SoundEffects.gk, SoundCategory.BLOCKS, 1.0F, 1.0F); + // --itemstack.count; // CraftBukkit - handled above return itemstack; } -- cgit v1.2.3