13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/BlockMinecartTrackAbstract.patch
CraftBukkit/Spigot 21d4bf5d1f Update to Minecraft 1.9
By: md_5 <git@md-5.net>
2016-03-01 08:32:46 +11:00

11 Zeilen
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));
}