mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
11 lines
514 B
Diff
11 lines
514 B
Diff
--- 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));
|
|
}
|