mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-31 17:41:30 -04:00
Fix Ganons Trials coming from old save files. Fixes #1365
This commit is contained in:
@@ -1136,6 +1136,8 @@ void Randomizer::ParseRequiredTrialsFile(const char* spoilerFileName) {
|
||||
return;
|
||||
}
|
||||
|
||||
this->trialsRequired.clear();
|
||||
|
||||
try {
|
||||
json spoilerFileJson;
|
||||
spoilerFileStream >> spoilerFileJson;
|
||||
|
||||
Reference in New Issue
Block a user