Fix Ganons Trials coming from old save files. Fixes #1365

This commit is contained in:
Christopher Leggett 2022-09-03 00:20:07 -04:00
parent adcb29fc86
commit fba8fc2b74
No known key found for this signature in database
GPG Key ID: 22E7784811D1BD98
1 changed files with 2 additions and 0 deletions

View File

@ -1136,6 +1136,8 @@ void Randomizer::ParseRequiredTrialsFile(const char* spoilerFileName) {
return;
}
this->trialsRequired.clear();
try {
json spoilerFileJson;
spoilerFileStream >> spoilerFileJson;