fix not clearing previously active seed data when starting a new file

This commit is contained in:
gymnast86
2026-08-25 22:48:09 -07:00
parent 24614615de
commit a9e26784fb
+1
View File
@@ -404,6 +404,7 @@ ModResult onNewSave(void*, ModError*) {
if (hash.empty())
return MOD_ERROR;
deactivateSeed();
if (!activateSeed(hash.c_str()))
return MOD_ERROR;