summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockPressurePlateAbstract.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockPressurePlateAbstract.patch')
-rw-r--r--nms-patches/BlockPressurePlateAbstract.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/BlockPressurePlateAbstract.patch b/nms-patches/BlockPressurePlateAbstract.patch
index 58ff2ff6..775f0989 100644
--- a/nms-patches/BlockPressurePlateAbstract.patch
+++ b/nms-patches/BlockPressurePlateAbstract.patch
@@ -1,15 +1,15 @@
--- a/net/minecraft/server/BlockPressurePlateAbstract.java
+++ b/net/minecraft/server/BlockPressurePlateAbstract.java
-@@ -2,6 +2,8 @@
-
+@@ -3,6 +3,8 @@
import java.util.Random;
+ import javax.annotation.Nullable;
+import org.bukkit.event.block.BlockRedstoneEvent; // CraftBukkit
+
public abstract class BlockPressurePlateAbstract extends Block {
protected static final AxisAlignedBB a = new AxisAlignedBB(0.0625D, 0.0D, 0.0625D, 0.9375D, 0.03125D, 0.9375D);
-@@ -93,6 +95,19 @@
+@@ -95,6 +97,19 @@
boolean flag = i > 0;
boolean flag1 = j > 0;