Wynntils

Wynntils

611k Downloads

Config default values can be fooled if a feature writes to config between feature and config init

kristofbolyai opened this issue ยท 1 comments

commented

This is something I hope to fix by phasing out ConfigHolder, and storing the Config objects itself. But this needs discussion before doing the work.

commented

As a general rule, Features should under no circumstances write to config themselves.

Is this happening with a HiddenConfig? They are a bit strange since they sit in the border land between config and storage.