A duplicate config file is created with a ".bak" file extension on top of the already existing ".toml" extension
JazDog02 opened this issue ยท 2 comments
Forge version:
Twilight Forest version: twilightforest-1.16.5-4.0.435-universal
Link to crash log: gist
Steps to reproduce:
- Download the .jar file as usual.
- Start running a functioning multiplayer server
What I expected to happen:
The mod would be loaded for the first time and the correct config files would be created without error.
What happened instead:
The mod created the correct config file (twilightforest-common.toml), but also created a faulty one as well (twilightforest-common.toml.bak). It seems it made a duplicate file with the extensions ".bak" on top of the config file which already has ".toml".