mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
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
This commit is contained in:
Binary file not shown.
Reference in New Issue
Block a user