Skip to content

Commit

Permalink
returning if VR checksum fails (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingalek authored Jan 11, 2020
1 parent a20c244 commit db7cc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OWML.Patcher/VrPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private void PatchGlobalManager(bool enableVR)
else
{
_writer.WriteLine($"Error: invalid checksum: {checksum}. Only Outer Wilds v1.0.4 is supported.");
return;
}
}

Expand Down

0 comments on commit db7cc36

Please sign in to comment.