Plex-FAWE/worldedit-bukkit
dordsor21 f10dbe7387
Use an object array for synchronising on internal chunk sections rather than the sections array itself.
- Synchronising on full sections synchronises on the global FULL instance (bad)
- Synchronising on empty sections synchronises on the local empty instance (bad)
- Leads to needless thread locking, and raises the possibility of cyclic locks considerably
2021-09-14 20:20:04 -04:00
..
src Use an object array for synchronising on internal chunk sections rather than the sections array itself. 2021-09-14 20:20:04 -04:00
build.gradle.kts Fix serverlib shading 2021-09-10 16:25:31 +01:00