ReadConfig<T> incorrectly crashes if file doesn't exist
Pathoschild opened this issue ยท 1 comments
The ModHelper.ReadConfig<T>
method should read the mod's config.json
file, creating it if it doesn't exist. In the latter case, a FileNotFoundException
is thrown instead.