Fix ScoreboardManager NPE and added locale messages relating to scoreboards

This commit is contained in:
nossr50
2021-12-27 10:46:56 -08:00
parent 61388f46f1
commit ddc9a69f4b
4 changed files with 22 additions and 3 deletions

View File

@ -1,6 +1,9 @@
Version 2.1.207
Added unicode support to locale files (no more UTF-16 codes)
Temporarily rolling required Java version back to 16 until 1.18 is stable and everyone can migrate to it safely
Temporarily rolling required Java version back to 16
Added unicode (UTF-8) support to locale files (no more UTF-16 codes needed)
Added locale key 'Scoreboard.Disabled' to en_US
Added locale key 'Scoreboard.NotSetupYet' to en_US
Fixed a bug where Salvage sent messages even though the event was cancelled (Thanks TheBusyBiscuit)
Version 2.1.206
Fixed a memory leak involving Herbalism under specific circumstances