summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockMinecartTrackAbstract.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockMinecartTrackAbstract.patch')
-rw-r--r--nms-patches/BlockMinecartTrackAbstract.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/nms-patches/BlockMinecartTrackAbstract.patch b/nms-patches/BlockMinecartTrackAbstract.patch
deleted file mode 100644
index b78169d6..00000000
--- a/nms-patches/BlockMinecartTrackAbstract.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/net/minecraft/server/BlockMinecartTrackAbstract.java
-+++ b/net/minecraft/server/BlockMinecartTrackAbstract.java
-@@ -11,6 +11,7 @@
- protected static final AxisAlignedBB b = new AxisAlignedBB(0.0D, 0.0D, 0.0D, 1.0D, 0.15625D, 1.0D);
- protected final boolean c;
-
-+ // PAIL: We stage this entire file just to unsynthetic this method. We should rename and AT it in future
- public static boolean b(World world, BlockPosition blockposition) {
- return i(world.getType(blockposition));
- }