Describe the bug
If you attempt to set the value of a config option that is nonexistent or not supported by the config.set method, it will result in a crash.
To Reproduce
config.set("thisIsNotARealConfigOption", true)
or
config set showMountPrompt false
Expected behavior
A lua error will occur and be handleable by the user's code.
Environment (please complete the following information):
It's probably related to this somehow. No idea why Windows decides to do these things! (For reference, this bug (properly) does not exist on other platforms.)
Describe the bug If you attempt to set the value of a config option that is nonexistent or not supported by the config.set method, it will result in a crash.
To Reproduce
Expected behavior A lua error will occur and be handleable by the user's code.
Environment (please complete the following information):
Additional context None