3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-29 18:40:05 +02:00
FastAsyncWorldEdit/worldedit-bukkit/adapters/adapter-1_20_5
Jordan b4635e85c9
fix: some improvements to GET chunk writing (#2853)
* fix: some improvements to GET chunk writing
 - ensure levelChunk is loaded before giving to copy GET - this is not necessarily guaranteed to be nonnull if two edits overlap. Whilst not advised, such an easy failure should not occur when two edits collide

* Prevent writing chunk sections when FAWE is also sending packets for a chunk and vice versa
- alter IntPair hashcode to be more often unique
- Utilise ConcurrentHashMap for free synchronisation

* Minor comment changes

* Use one-per-world-instance FaweBukkitWorld to store world chunk map
2024-09-25 18:20:49 +01:00
..
src/main/java/com/sk89q/worldedit/bukkit/adapter fix: some improvements to GET chunk writing (#2853) 2024-09-25 18:20:49 +01:00
build.gradle.kts Update dependency paperweight-userdev (#2925) 2024-09-23 03:11:40 +00:00