Closed MilesBHuff closed 4 years ago
This one is really easy for me to just fix and PR, but I don't like making PRs without testing first, and the time it would take to get my environment set-up for this project isn't worth the silliness of this "bug". What I can say, though, is that the config file works when I remove the quotes, so it should be very safe to make this change. Even if Java ends-up parsing them as strings, anyway, at least we've saved a couple characters in the config file.
yeah I dont care enough about whether it's true or 'true' either.
Haha, no worries. Worth mentioning, was all.
The boolean fields in the
options
section ofconfig.yml
are quoted. They should be unquoted so that they can be read directly as booleans, since strings are comparatively expensive.