summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityPotion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityPotion.patch')
-rw-r--r--nms-patches/EntityPotion.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/nms-patches/EntityPotion.patch b/nms-patches/EntityPotion.patch
index b8469651..f4731684 100644
--- a/nms-patches/EntityPotion.patch
+++ b/nms-patches/EntityPotion.patch
@@ -101,7 +101,7 @@
}
}
}
-@@ -138,10 +173,10 @@
+@@ -138,19 +173,20 @@
}
}
}
@@ -115,7 +115,10 @@
}
}
-@@ -151,6 +186,7 @@
+- private boolean n() {
++ public boolean n() { // PAIL: rename, access
+ return this.getItem().getItem() == Items.LINGERING_POTION;
+ }
private void a(BlockPosition blockposition) {
if (this.world.getType(blockposition).getBlock() == Blocks.FIRE) {