summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockRedstoneWire.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockRedstoneWire.patch')
-rw-r--r--nms-patches/BlockRedstoneWire.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/nms-patches/BlockRedstoneWire.patch b/nms-patches/BlockRedstoneWire.patch
index 6786b1ef..ffd86e1d 100644
--- a/nms-patches/BlockRedstoneWire.patch
+++ b/nms-patches/BlockRedstoneWire.patch
@@ -25,12 +25,3 @@
if (i != j) {
iblockdata = iblockdata.set(BlockRedstoneWire.POWER, Integer.valueOf(j));
if (world.getType(blockposition) == iblockdata1) {
-@@ -232,7 +243,7 @@
- }
- }
-
-- private int getPower(World world, BlockPosition blockposition, int i) {
-+ public int getPower(World world, BlockPosition blockposition, int i) { // CraftBukkit - public
- if (world.getType(blockposition).getBlock() != this) {
- return i;
- } else {