Plex-FAWE/worldedit-core/src/main
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
..
antlr/com/sk89q/worldedit/antlr Fix exponent parsing, remove impossible (?) case 2020-03-02 19:18:00 -05:00
java/com Use an object array for synchronising on internal chunk sections rather than the sections array itself. 2021-09-14 20:20:04 -04:00
resources Update Upstream 2021-08-22 11:56:39 +02:00