summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldServer.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-07-19 15:44:55 +1000
committermd_5 <git@md-5.net>2018-07-19 15:44:55 +1000
commitc1d9f942238443b0b3074b49e2c5f57700f8af3c (patch)
tree3ac71affc6fb67c321cc9e822b4200824b6701d3 /nms-patches/WorldServer.patch
parent6c944b2163bdff312a1bccd01529124674aca7e4 (diff)
downloadcraftbukkit-c1d9f942238443b0b3074b49e2c5f57700f8af3c.tar
craftbukkit-c1d9f942238443b0b3074b49e2c5f57700f8af3c.tar.gz
craftbukkit-c1d9f942238443b0b3074b49e2c5f57700f8af3c.tar.lz
craftbukkit-c1d9f942238443b0b3074b49e2c5f57700f8af3c.tar.xz
craftbukkit-c1d9f942238443b0b3074b49e2c5f57700f8af3c.zip
SPIGOT-4050: Snow erasing block below it
Diffstat (limited to 'nms-patches/WorldServer.patch')
-rw-r--r--nms-patches/WorldServer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/WorldServer.patch b/nms-patches/WorldServer.patch
index c677b98b..9567884b 100644
--- a/nms-patches/WorldServer.patch
+++ b/nms-patches/WorldServer.patch
@@ -324,7 +324,7 @@
if (flag && biomebase.b(this, blockposition)) {
- this.setTypeUpdate(blockposition, Blocks.SNOW.getBlockData());
-+ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockFormEvent(this, blockposition1, Blocks.SNOW.getBlockData(), null); // CraftBukkit
++ org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockFormEvent(this, blockposition, Blocks.SNOW.getBlockData(), null); // CraftBukkit
}
if (flag && this.getBiome(blockposition1).c() == BiomeBase.Precipitation.RAIN) {