Config Resetting
NinjaSplat opened this issue ยท 4 comments
My config keeps resetting even after updating to the latest dev build. Any way you can fix this?
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.
I mean, I've had the same configuration layout for quite some time... But I'll see if I can find anything wrong.