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.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/BlockPressurePlateAbstract.patch b/nms-patches/BlockPressurePlateAbstract.patch
index 1260c22b..58ff2ff6 100644
--- a/nms-patches/BlockPressurePlateAbstract.patch
+++ b/nms-patches/BlockPressurePlateAbstract.patch
@@ -8,8 +8,8 @@
+
public abstract class BlockPressurePlateAbstract extends Block {
- protected BlockPressurePlateAbstract(Material material) {
-@@ -99,6 +101,19 @@
+ protected static final AxisAlignedBB a = new AxisAlignedBB(0.0625D, 0.0D, 0.0625D, 0.9375D, 0.03125D, 0.9375D);
+@@ -93,6 +95,19 @@
boolean flag = i > 0;
boolean flag1 = j > 0;