summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockMinecartTrackAbstract.patch
blob: 755761e7398adc7fcbc4a4aa044e7e8b451222a2 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/net/minecraft/server/BlockMinecartTrackAbstract.java
+++ b/net/minecraft/server/BlockMinecartTrackAbstract.java
@@ -10,6 +10,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));
     }