13
0
geforkt von Mirrors/Paper
Datei suchen
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
paper-server Send block updates even when applyPhysics is false. Fixes BUKKIT-3971 2013-04-29 08:46:31 +01:00