Paper/src
Travis Watkins 188a71ad5b Clear out empty extended block ID array. Fixes BUKKIT-2923
If a chunk gets a block added to it that requires the extended block id
nibble array (block id greater than 255) the array is created and saved
with the chunk. When the blocks are verified to make sure they exist these
entries are erased but the extended block id array is not. This causes the
server and client to disagree about how much data a chunk has which makes
the client crash while trying to load the chunk for rendering.

To resolve these issues we now clear the extended block id array on chunk
load if there is no valid data in it.
2012-11-14 11:36:06 -06:00
..
main Clear out empty extended block ID array. Fixes BUKKIT-2923 2012-11-14 11:36:06 -06:00
test/java/org/bukkit Improved the potion test to detect missing PotionType values. 2012-11-02 00:24:11 -05:00