summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockMinecartTrackAbstract.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-03-01 08:32:46 +1100
committermd_5 <git@md-5.net>2016-03-01 09:32:45 +1100
commitaa008dff0f9bedbe88e1fe79831776b0a52eb90a (patch)
treecb520e0f4cc5d683fb9b7fb95de37480a7443dfb /nms-patches/BlockMinecartTrackAbstract.patch
parente1ebe524a78e27f6a2829ed4574fded3779094e1 (diff)
downloadcraftbukkit-aa008dff0f9bedbe88e1fe79831776b0a52eb90a.tar
craftbukkit-aa008dff0f9bedbe88e1fe79831776b0a52eb90a.tar.gz
craftbukkit-aa008dff0f9bedbe88e1fe79831776b0a52eb90a.tar.lz
craftbukkit-aa008dff0f9bedbe88e1fe79831776b0a52eb90a.tar.xz
craftbukkit-aa008dff0f9bedbe88e1fe79831776b0a52eb90a.zip
Update to Minecraft 1.9
Diffstat (limited to 'nms-patches/BlockMinecartTrackAbstract.patch')
-rw-r--r--nms-patches/BlockMinecartTrackAbstract.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/nms-patches/BlockMinecartTrackAbstract.patch b/nms-patches/BlockMinecartTrackAbstract.patch
index 922347c7..755761e7 100644
--- a/nms-patches/BlockMinecartTrackAbstract.patch
+++ b/nms-patches/BlockMinecartTrackAbstract.patch
@@ -1,11 +1,10 @@
--- a/net/minecraft/server/BlockMinecartTrackAbstract.java
+++ b/net/minecraft/server/BlockMinecartTrackAbstract.java
-@@ -87,7 +87,7 @@
- flag = true;
- }
+@@ -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;
-- if (flag) {
-+ if (flag && !world.isEmpty(blockposition)) { // CraftBukkit - SPIGOT-424, MC-73474
- this.b(world, blockposition, iblockdata, 0);
- world.setAir(blockposition);
- } else {
++ // 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));
+ }