Paper/src/main/java/org/bukkit
Des Herriott 28fb514a4d 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".
2013-05-02 16:42:47 -06:00
..
craftbukkit Send block updates even when applyPhysics is false. Fixes BUKKIT-3971 2013-05-02 16:42:47 -06:00