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.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockRedstoneWire.patch b/nms-patches/BlockRedstoneWire.patch
index f6f436ac..d3568cb3 100644
--- a/nms-patches/BlockRedstoneWire.patch
+++ b/nms-patches/BlockRedstoneWire.patch
@@ -23,5 +23,5 @@
+ // CraftBukkit end
+
if (i != j) {
- iblockdata = (IBlockData) iblockdata.set(BlockRedstoneWire.POWER, Integer.valueOf(j));
+ iblockdata = (IBlockData) iblockdata.set(BlockRedstoneWire.POWER, j);
if (world.getType(blockposition) == iblockdata1) {