mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 21:51:55 -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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this->trialsRequired.clear();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
json spoilerFileJson;
|
json spoilerFileJson;
|
||||||
spoilerFileStream >> spoilerFileJson;
|
spoilerFileStream >> spoilerFileJson;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user