PaperMC/paper-server/src
CraftBukkit/Spigot a42841c9bc Send block updates even when applyPhysics is false. Fixes BUKKIT-3971
The CraftBlock class is setting bit 0x4 of the update flag when bit 0x2
should in fact be set here. Bit 0x2 means "do updates"; bit 0x4 means
"don't do updates if the world is static, even when bit 0x2 is set".

By: Des Herriott <des.herriott@gmail.com>
2013-04-29 08:46:31 +01:00
..
main Send block updates even when applyPhysics is false. Fixes BUKKIT-3971 2013-04-29 08:46:31 +01:00
test/java/org/bukkit Add methods to check conflicting enchantments. Adds BUKKIT-3830 2013-03-20 01:35:22 -04:00