See also MC-117449.
GameSettings.loadOptions()
does not close the FileInputStream
used to read the options.txt
file.
It should be handled more similarly to saveOptions()
which both properly specifies UTF-8 and also ensures the file stream is closed afterwards.
Linked issues
Comments 0
No comments.