-
Bug
-
Resolution: Fixed
-
Minecraft 1.14, Minecraft 1.14.2
-
None
-
Unconfirmed
-
(Unassigned)
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.
- relates to
-
MC-117449 options.txt is read with default OS encoding
- Resolved