WorldGuard Build #2391

This is not a stable download!

We recommend the use of released versions whenever possible.

View Stable Downloads
ProjectWorldGuard
StatusSUCCESS
Branchversion/7.0.x
Number#2391-048bd2a
Date16 hours ago
Artifacts
Changes
IDSummaryCommitterDate
048bd2adSynchronize YamlRegionFile#saveAll (#2014) * Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage * Synchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlRegionFile per world, so synchronizing on the instance wouldn't necessarily help.tomylobo16 hours ago