Skip to content
Success

Changes

Summary

  1. Fix BlockStoreConversion bug on folder check (commit: bffabb4) (details)
  2. Introduce buffering in HashChunkletManager (commit: 8dc9555) (details)
  3. Close resources in UUIDFetcher (commit: 877ef15) (details)
  4. Fix resource leak on exception (commit: 69a4ec8) (details)
  5. [UPDATE] XpBar Translation in English to Korean (commit: 6f79a43) (details)
  6. [UPDATE] Add a phrase translation that appears when you first learn a (commit: 0897aef) (details)
  7. [UPDATE] Add Korean translations of phrases that appear during level-up (commit: 401e312) (details)
  8. Update locale_hu_HU.properties (commit: 9a3b261) (details)
  9. Update changelog (commit: 7615ff4) (details)
  10. Fix compile issue (commit: 7114ff0) (details)
  11. Declare p right away (commit: d023b89) (details)
  12. 2.1.127 (commit: a3612b6) (details)
Commit bffabb4a05400d50b1750ab7a16d50d05889c549 by github
Fix BlockStoreConversion bug on folder check
If dataDir.exists() is true, dataDir.isDirectory() will always also be
true. You probably wanted to check whether it is a folder.
could lead to a critical bug when a file with the name of the folder
exists.
(commit: bffabb4)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/conversion/BlockStoreConversionMain.java (diff)
Commit 8dc955542d8ec28050307898888f3596e7115c42 by github
Introduce buffering in HashChunkletManager
Improve the performance by introducing buffering. The current usage of
FileInputStream and ObjectInputStream don't use buffering.
(commit: 8dc9555)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java (diff)
Commit 877ef153747b28a9cd7dc60917eca03acdbe0572 by github
Close resources in UUIDFetcher
Resource leak by not closing the InputStreamReader
(commit: 877ef15)
The file was modified src/main/java/com/gmail/nossr50/util/uuid/UUIDFetcher.java (diff)
Commit 69a4ec80cd66a12259202210d69796d4aa4a69c8 by github
Fix resource leak on exception
When an exception is hit in the try statement, the readers will never
get closed and leak resources
(commit: 69a4ec8)
The file was modified src/main/java/com/gmail/nossr50/config/WorldBlacklist.java (diff)
Commit 6f79a43e1585f1269a62cc1556d328789cd6d8ca by gwonhj9751
[UPDATE] XpBar Translation in English to Korean
- Changes the top experience bar to Korean for easier use by Korean
users
(commit: 6f79a43)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
Commit 0897aefbeeafefda0d8865a03d39f0235e7c38f2 by gwonhj9751
[UPDATE] Add a phrase translation that appears when you first learn a
skill
(commit: 0897aef)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
Commit 401e3121e668bac3a21b5c4b65ee03af708b4b7c by gwonhj9751
[UPDATE] Add Korean translations of phrases that appear during level-up
(commit: 401e312)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
Commit 9a3b261f07fdced160759c906c5efbd85f914199 by github
Update locale_hu_HU.properties
(commit: 9a3b261)
The file was modified src/main/resources/locale/locale_hu_HU.properties (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/config/WorldBlacklist.java (diff)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified pom.xml (diff)