- Builds
- WorldGuard (
synchronized-region-save
) - Build #2253
WorldGuard Build #2253
Be aware that this branch (
synchronized-region-save
) is not the main branch (version/7.0.x
)!Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.
Go to main branch View stable downloadsProject | WorldGuard |
---|---|
Status | SUCCESS |
Branch | synchronized-region-save |
Number | #2253-5763f53 |
Date | a year ago |
Artifacts
worldguard-bukkit-7.1.0-SNAPSHOT-dist.jar(1165.73 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
5763f534 | 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 | a year ago |
7ba0fd3f | 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 | tomylobo | a year ago |