- Builds
- WorldGuard (
version/7.0.x) - Build #2391
WorldGuard Build #2391
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable Downloads| Project | WorldGuard |
|---|---|
| Status | SUCCESS |
| Branch | version/7.0.x |
| Number | #2391-048bd2a |
| Date | 16 hours ago |
Artifacts
Changes
| ID | Summary | Committer | Date |
|---|---|---|---|
| 048bd2ad | Synchronize 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. | tomylobo | 16 hours ago |