Skip to content
Success

Changes

Summary

  1. Update locale_hu_HU.properties (commit: f9c257b) (details)
  2. Close all the files after unload instead of before (commit: c03907b) (details)
  3. 2.1.97 (commit: 0dac5f6) (details)
Commit f9c257b73a1e521ae02016868bf1ca11c388ac12 by github
Update locale_hu_HU.properties
(commit: f9c257b)
The file was modified src/main/resources/locale/locale_hu_HU.properties (diff)
Commit c03907b5a33adbfa8dac96aeb6f098bff43f5b71 by e.kazuma
Close all the files after unload instead of before
- This ensures that all file handles are closed after a world is
unloaded, since the unloadChunk function calls saveChunk, which opens
files.
- Should resolve issue #3995
(commit: c03907b)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/chunkmeta/HashChunkManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)