Plex-FAWE/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit
dordsor21 5b97c0abcd
Several fixes to actual, probable and possible synchronocity issues (#691)
* Several fixes to actual, probable and possible synchronocity issues
 - Ensure that all edits are queued onto the same AsyncNotifyQueue by actually delegating to the parent player in PlayerProxy
 - Ensure that the order editsessions are being remembered on the LocalSession is being respected by using a fair ReentrentLock
 - Ensure a chunk cannot be called when an update is being called

* Don't add locks to GetBlocks
2020-10-08 21:15:05 +01:00
..
adapter Several fixes to actual, probable and possible synchronocity issues (#691) 2020-10-08 21:15:05 +01:00
filter Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
listener Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
preloader Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
regions Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
util Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
wrapper Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
FaweBukkit.java Several fixes to actual, probable and possible synchronocity issues (#691) 2020-10-08 21:15:05 +01:00