OpenCubicChunks / CubicChunks2

Infinite* height mod for Minecraft - rewrite for versions above 1.12
MIT License
77 stars 18 forks source link

generateConfigIfNecessary called on existing world load on client #80

Closed CursedFlames closed 2 years ago

CursedFlames commented 2 years ago

Currently generateConfigIfNecessary is called when a world is loaded on the client, even when it is not a newly-created world. This means that when existing vanilla worlds are loaded with CC enabled, a CC config is generated and the world is overwritten with a CC world instead.

This is not an issue on the dedicated server, as generateConfigIfNecessary is called only when a new world is created, as expected.

CursedFlames commented 2 years ago

Should be fixed with 93363d4.