PreciousStones

PreciousStones

269k Downloads

Config Resetting

NinjaSplat opened this issue ยท 4 comments

commented

My config keeps resetting even after updating to the latest dev build. Any way you can fix this?

commented

PS will read in the config, then re-writes it from the values it read in. It does this to add in any new config items that have been added in new versions. If what it writes out is not what you had in there in the first place, that means that PS could not read in the config properly. This is usually due to either bad structure of the config (i.e. an array where an int should be, etc.), or due to bad yaml (tabs instead of spaces, etc). Check your config for these problems.

commented

I mean, I've had the same configuration layout for quite some time... But I'll see if I can find anything wrong.

commented

Thanks anyway for your help

commented

I'll see if it could be something with the code. Though that code hasn't been touched in years.