Hunger Overhaul overwriting configs
zbigos opened this issue ยท 0 comments
In here, we would overwrite configs if config is not null (we return if config == null).
This is probably unwanted behaviour, and we would want to return if config != null
zbigos opened this issue ยท 0 comments
In here, we would overwrite configs if config is not null (we return if config == null).
This is probably unwanted behaviour, and we would want to return if config != null