mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 13:41:54 -05:00
Fix Ganons Trials coming from old save files. Fixes #1365
This commit is contained in:
parent
adcb29fc86
commit
fba8fc2b74
@ -1136,6 +1136,8 @@ void Randomizer::ParseRequiredTrialsFile(const char* spoilerFileName) {
|
||||
return;
|
||||
}
|
||||
|
||||
this->trialsRequired.clear();
|
||||
|
||||
try {
|
||||
json spoilerFileJson;
|
||||
spoilerFileStream >> spoilerFileJson;
|
||||
|
Loading…
x
Reference in New Issue
Block a user