mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-26 06:52:40 -04:00
fix not clearing previously active seed data when starting a new file
This commit is contained in:
@@ -404,6 +404,7 @@ ModResult onNewSave(void*, ModError*) {
|
||||
if (hash.empty())
|
||||
return MOD_ERROR;
|
||||
|
||||
deactivateSeed();
|
||||
if (!activateSeed(hash.c_str()))
|
||||
return MOD_ERROR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user