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.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/BlockRedstoneWire.patch b/nms-patches/BlockRedstoneWire.patch
index 18fdea9d..0f200a35 100644
--- a/nms-patches/BlockRedstoneWire.patch
+++ b/nms-patches/BlockRedstoneWire.patch
@@ -1,15 +1,15 @@
--- a/net/minecraft/server/BlockRedstoneWire.java
+++ b/net/minecraft/server/BlockRedstoneWire.java
-@@ -8,6 +8,8 @@
- import java.util.Random;
+@@ -9,6 +9,8 @@
import java.util.Set;
+ import javax.annotation.Nullable;
+import org.bukkit.event.block.BlockRedstoneEvent; // CraftBukkit
+
public class BlockRedstoneWire extends Block {
public static final BlockStateEnum<BlockRedstoneWire.EnumRedstoneWireConnection> NORTH = BlockStateEnum.of("north", BlockRedstoneWire.EnumRedstoneWireConnection.class);
-@@ -166,6 +168,15 @@
+@@ -168,6 +170,15 @@
j = k;
}