From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/BlockJukeBox.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/BlockJukeBox.patch') diff --git a/nms-patches/BlockJukeBox.patch b/nms-patches/BlockJukeBox.patch index 3dc45233..080ba7ef 100644 --- a/nms-patches/BlockJukeBox.patch +++ b/nms-patches/BlockJukeBox.patch @@ -1,14 +1,5 @@ --- a/net/minecraft/server/BlockJukeBox.java +++ b/net/minecraft/server/BlockJukeBox.java -@@ -32,7 +32,7 @@ - } - } - -- private void dropRecord(World world, BlockPosition blockposition, IBlockData iblockdata) { -+ public void dropRecord(World world, BlockPosition blockposition, IBlockData iblockdata) { // CraftBukkit - public - if (!world.isClientSide) { - TileEntity tileentity = world.getTileEntity(blockposition); - @@ -136,6 +136,11 @@ } -- cgit v1.2.3