Missed a comment in chest sound patch

This commit is contained in:
Zach Brown 2014-12-07 22:57:26 -06:00
parent 535076aa8b
commit e67bfe69d1

View file

@ -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);