summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockTripwire.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockTripwire.patch')
-rw-r--r--nms-patches/BlockTripwire.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/BlockTripwire.patch b/nms-patches/BlockTripwire.patch
index 249f6c29..c4b40aa3 100644
--- a/nms-patches/BlockTripwire.patch
+++ b/nms-patches/BlockTripwire.patch
@@ -1,15 +1,15 @@
--- a/net/minecraft/server/BlockTripwire.java
+++ b/net/minecraft/server/BlockTripwire.java
-@@ -4,6 +4,8 @@
- import java.util.List;
+@@ -5,6 +5,8 @@
import java.util.Random;
+ import javax.annotation.Nullable;
+import org.bukkit.event.entity.EntityInteractEvent; // CraftBukkit
+
public class BlockTripwire extends Block {
public static final BlockStateBoolean POWERED = BlockStateBoolean.of("powered");
-@@ -136,6 +138,40 @@
+@@ -139,6 +141,40 @@
}
}