summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockIce.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockIce.patch')
-rw-r--r--nms-patches/BlockIce.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/nms-patches/BlockIce.patch b/nms-patches/BlockIce.patch
index 963c7f1e..3fc30fc8 100644
--- a/nms-patches/BlockIce.patch
+++ b/nms-patches/BlockIce.patch
@@ -1,15 +1,15 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/BlockIce.java 2014-11-28 17:43:42.909707439 +0000
-+++ src/main/java/net/minecraft/server/BlockIce.java 2014-11-28 17:38:21.000000000 +0000
+--- /home/matt/mc-dev-private//net/minecraft/server/BlockIce.java 2015-02-26 22:40:22.151608144 +0000
++++ src/main/java/net/minecraft/server/BlockIce.java 2015-02-26 22:40:22.151608144 +0000
@@ -44,6 +44,12 @@
public void b(World world, BlockPosition blockposition, IBlockData iblockdata, Random random) {
- if (world.b(EnumSkyBlock.BLOCK, blockposition) > 11 - this.n()) {
+ if (world.b(EnumSkyBlock.BLOCK, blockposition) > 11 - this.p()) {
+ // CraftBukkit start
+ if (org.bukkit.craftbukkit.event.CraftEventFactory.callBlockFadeEvent(world.getWorld().getBlockAt(blockposition.getX(), blockposition.getY(), blockposition.getZ()), world.worldProvider.n() ? Blocks.AIR : Blocks.WATER).isCancelled()) {
+ return;
+ }
+ // CraftBukkit end
-+
++
if (world.worldProvider.n()) {
world.setAir(blockposition);
} else {