Skip to content

2.6.1

Choose a tag to compare

@ryderbelserion ryderbelserion released this 14 Oct 20:57
· 3 commits to main since this release
2706589

Fixes

  • Fixed an issue on startup where config#getString("Player") was null
    • getStringList() returns an empty list, but getString() throws an NPE, rather than an empty String.
    • The solution was config#getString("Player", "") which is so very amusing.

Full Changelog: v2.6.0...v2.6.1