Plex-FAWE/worldedit-bukkit
Jordan af83b2f9c9
fix: improve biome setting to avoid writing directly to chunk (#2757)
* fix: improve biome setting to avoid writing directly to chunk

 - Removes possibility of writing to the LevelChunkSection biomes PalettedContainer whilst it is being read for sending packets
 - I believe this occured mostly on clipboard operations where blocks are written before biomes, so chunks are being sent whilst writing biomes
 - This would explain why the error reported in the below issue (and others) is/was so rare
 - Of course I could be completely wrong about all of this, but given the line in LevelChunkSection#write that the error seems to consistently occur on is when writing biomes to the packet, and that the only place I can find in FAWE where we write to a "live" PalettedContainer is for biomes, I am reasonably confident that this is the cause
 - Should address #2729

* Remove self-refraction-check
2024-06-15 13:08:42 +02:00
..
adapters fix: improve biome setting to avoid writing directly to chunk (#2757) 2024-06-15 13:08:42 +02:00
src fix: ensure config-legacy.yml is created before accessed (#2752) 2024-06-13 20:31:45 +02:00
build.gradle.kts Update dependency net.kyori:adventure-nbt to v4.17.0 2024-05-19 14:27:02 +00:00