mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -05:00
Remove false incompatibility for save patch on 1.0
This commit is contained in:
parent
7abec728c5
commit
1a6db0f663
1 changed files with 0 additions and 6 deletions
|
@ -900,12 +900,6 @@ namespace Rebuilder
|
|||
}
|
||||
}
|
||||
|
||||
if (version == Version.kEnglish10 && patch_config.RedirectSaveData)
|
||||
{
|
||||
incompatibilities += "- " + GetDisplayNameOfProperty("RedirectSaveData") + "\n";
|
||||
patch_config.RedirectSaveData = false;
|
||||
}
|
||||
|
||||
if (patch_config.DisableAutoFinishBuilding)
|
||||
{
|
||||
if (version == Version.kEnglish10)
|
||||
|
|
Loading…
Reference in a new issue