From e67bfe69d1708290ad2f0b2cac25001aa1066c56 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 7 Dec 2014 22:57:26 -0600 Subject: [PATCH] Missed a comment in chest sound patch --- .../Move-sound-handling-out-of-the-chest-tick-loop.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/Spigot-Server-Patches/Move-sound-handling-out-of-the-chest-tick-loop.patch b/Spigot-Server-Patches/Move-sound-handling-out-of-the-chest-tick-loop.patch index c920df8d99..e7d17e2a7f 100644 --- a/Spigot-Server-Patches/Move-sound-handling-out-of-the-chest-tick-loop.patch +++ b/Spigot-Server-Patches/Move-sound-handling-out-of-the-chest-tick-loop.patch @@ -76,6 +76,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + this.world.makeSound(d1, (double) locY + 0.5D, d0, "random.chestopen", 0.5F, this.world.random.nextFloat() * 0.1F + 0.9F); + } ++ // PaperSpigot end + this.world.playBlockAction(this.position, this.w(), 1, this.l);