Skip to content
Success

Changes

Summary

  1. #940: Fixed a NPE during CraftBlockEntityState#update. (details)
Commit 11c9299fbb8f559c1ba38e8f0e1695c4d33109ba by md_5
#940: Fixed a NPE during CraftBlockEntityState#update.

When the BlockState's block type was changed, #update may have removed
the TileEntity, causing #isApplicable to fail with a NPE.
The file was modified src/main/java/org/bukkit/craftbukkit/block/CraftBlockEntityState.java